Skip to Content
ExtensionFast is $50 off with our Launch Deal! 🚀 Make sure to order today! 💛
Troubleshooting

⚠️ Troubleshooting

This will display common issues that arise, and the solution to said issues.

Firebase not having access to make changes to the database

If you’re getting this error, this is likely because of your Firebase rules into of your Firebase Firestore

Go to your Firebase Firestore

Click on the “Rules” tab

Under the payments page, you will find the rules that users to make changes securely

Stripe Payments, “Not having a valid URL”

This issue arises when either your success or cancel URL are not defined correctly.

You want to make sure that the URL you are using is an appropriate http/https URL, or else your payment won’t go to Stripe in the first place without a valid redirect.

Stripe Payments, “You specified payment mode but passed a recurring price”

This error occurs when you pass in “payment” (one-time payment) as the mode for the checkout URL, but place a price_id that is meant for a recurring price.

If your mode is “payment” (one-time payment):

  • You need a price_id for a one-time payment

If your mode is “subscription”:

  • You need a price_id for a recurring subscription payment
Last updated on