Hi! I recently got my app working in demo mode and was excited to launch it and start selling it. Only problem is, some things stopped working when I deployed the app. My app is taking payments from Stripe which works but it’s supposed to give the user a certain amount of words they can use to generate text. When the app was in test, everything was working. Now when it’s live, everything has broken. Can someone help??
Probably the webhooks you registered in Stripe are pointing to the “version-test” endpoints in Bubble. It is a common mistake.
I removed “version-test” from my webhooks
Hi there,
If you had database items you were using in Test, you’ll need to push those to the live database as well.
Hopefully it’s a simple fix, but jumping in debug mode on the live and using the step by step to see exactly where the issue is happening at will probably be your quickest fix.
That said, when it comes to Stripe, I recommend testing everything in the live version of your bubble app and just using your test API. Don’t forget to replace your test API for the real key when you’re done testing though.
This topic was automatically closed after 14 days. New replies are no longer allowed.