Unable to make external calls in api route for webhooks
Unanswered
Small Greek domestic dog posted this in #help-forum
Small Greek domestic dogOP
Here is my stackoverflow question that outlines my code/context: https://stackoverflow.com/questions/77413407/unable-to-make-operations-in-supabase-when-stripe-webhook-fires
I confirmed i am using the supabase service role key.
The webhook fires, my api is hit, everything runs correctly until i look up a record in the db. no logs fire after the supabase call, no errors are reported on vercel or supabase logs.
Functionality works perfectly fine on local. I checked my environment variables and everything looks fine. I am able to access data fine from my server functions, just not through this api route hit by stripe's webhook.
I am unable to make a request to stripe or supabase.
This is the core functionality of our app and we are stuck, we are unable to launch unless this works.
Any help is greatly appreciated
I confirmed i am using the supabase service role key.
The webhook fires, my api is hit, everything runs correctly until i look up a record in the db. no logs fire after the supabase call, no errors are reported on vercel or supabase logs.
Functionality works perfectly fine on local. I checked my environment variables and everything looks fine. I am able to access data fine from my server functions, just not through this api route hit by stripe's webhook.
I am unable to make a request to stripe or supabase.
This is the core functionality of our app and we are stuck, we are unable to launch unless this works.
Any help is greatly appreciated