Problems to integrating Stripe

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.

// 20241130081333
// https://connect.stripe.com/oauth/v2/authorize?state=b4bd60e9-d874-40d2-b3f5-e8391aba899a&response_type=code&client_id=ca_EZYbRgGAgKXPUxWevXtY9xIV08znCz6Y&scope=read_write&redirect_uri=https://stripe-v3.adalo.com/stripecb

{
“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”
}
}

Hi @Santiago

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.

1 Like

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

Hi @Santiago

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.

Hi,

I think it’s better to wait for response from support.

1 Like

The same happend to me… need resolution asap :weary::weary:

1 Like

I can’t believe how poorly the Adalo support team takes care of issues such as this one. I have the same problem. Not even one response from them!!! :frowning:

2 Likes

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

1 Like