stripe

Hello, I'm running into a problem with my React-Native app using Supabase, my create-payment-intent and stripe-webhook function don't work at all, even the exact functions from the supabase github examples. I even tested sample hello world functions and are not working, i can link the gitlab repo or a screenshot frmo my functions, if someone can please help :
2 Replies
tomaspozo
tomaspozo3w ago
The best way to get help is being more specific, focus on 1 of your functions first, share the errors you are getting and some code snippets from the code that is making the calls. With edge functions, the first place is your Supabase Dashboard edge function logs
Reda Chater
Reda ChaterOP3w ago
Thank you fo your Feedback, i made a public repo on gitlab where i shared the 3 edge functions codes in one file (the names are purposefly like that to upload them in the same repo), if you can check it, it will be very helpful please : https://gitlab.com/redachkiri42/edge-functions/-/tree/2c2d7331068d16da649e9618d756dba5dea922ea/ About the logs, i get no logs even when calling the functions, and also when calling from the cli i don't get return codes even of errors it just keeps running. My secrets are correctly added to my supabase. Thanks in advance

Did you find this page helpful?