RevenueCat / purchases-js

MIT License
5 stars 3 forks source link

Error Something went wrong #140

Closed teury closed 2 months ago

teury commented 2 months ago

I am using this project, in its latest version 0.3.3, in sandbox mode and it shows me an error, I configured everything according to the guides, but I can't get it to work.

  1. image

  2. image

It looked promising but its demo doesn't work. 😣

teury commented 2 months ago

I found the solution. This happens when you configure products in Stripe in Sandbox mode. The solution was to configure my products in normal mode and use the test API provided by RevenueCat (with normal products).

It's also important to note that when linking the RevenueCat application with Stripe, you can configure it in both Sandbox mode and normal mode. Make sure that in normal mode, the store is linked correctly.