In my bubble app, when I use the “Register the user as a seller” action, everything works great from my iOS app and using a browser. But when I execute this action on my Android app, I see this error when trying to login or signup for Stripe (the first screen in the onboarding process).
“Something went wrong. Please try again.”
I know, not very helpful. I used BDK Native to wrap my app and upon searching I read that the webview used in wrapper apps can sometimes not handle cookies or other web related features well and they suggested making it an external url call to launch the devices default browser. I talked to BDK Native, and he said that shouldn’t be necessary and many of his customers use Stripe without issue. So either something’s changed, or I’m missing something simple I can do to resolve this issue. Again, it works great, except when trying from my Android app, so I don’t think it’s the way I implemented the workflows…
Anyone else run into this?