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
I’m experiencing the same issue. Just wanted to add a response here for awareness and to keep this thread open (for another 10 days before it’s automatically closed).
Just an update on this in case it’s helpful for anyone using an older Stripe URI: The Adalo-Stripe URI has been updated and will need to be changed in your Stripe account (under Settings->Connect ->Onboarding options->OAuth section).
Remove the old URI and add the updated one. At the time of this post, the updated URI link is (found within Adalo Stripe component): https://stripe-v3.adalo.com/stripe
But please confirm the URI from your Adalo Stripe component if you read this in the future. Hope this helps!
Hi @Santiago - from the URI you shared, I see “cb” is at the end of your URI. Perhaps removing those characters would resolve it?