Hi, has this happened to anyone? We have two apps sharing the same database, one has Stripe actively working ok and we wanted to integrate it into the other app and we get this problem… We’ve never had this problem before in any other app.
{
“error”: {
“message”: “Invalid request: Invalid redirect URI ‘https://stripe-v3.adalo.com/stripecb’. Ensure this uri exactly matches one of the uris specified in your application settings”
}
}
It seems like the issue might be related to version 3, as the error message indicates a mismatch in the URI. While I’m not completely sure, it would be best to submit a support ticket to get this clarified.
It keeps coming up, I cloned the app and reconnected and the same thing… I sent tickets and I’m still waiting for a response… this is blocking my sale in the app
Have you tried to disconnect the application from the Stripe dashboard and reconnect it again? This is something which I faced earlier, I think 3-4 months back. I removed the connection from the Stripe dashboard and reconnected the whole thing, and it worked. Since the stripe dashboard is changed, I’m not sure where that option is now. I think you need to look for that.
I can’t do that because the app is connected and has sold more than 1000 event tickets, the problem is when I create an app that shares a database it gives me that error.
I remember having similar issue, i remember that I had to remove a space or empty line from the returned token/url. Can’t really remember where it was like 2 years ago