Issue with connect with a signup/login with a web browser

Hi all, anyone else facing issues with using this? Signup works, but login closes the in app browser on successful auth but in app, current user doesn’t appear logged in. Thanks!

1 Like

yes this is usually a session issue…. in app browsers often don’t save cookies properly, so login succeeds but the user isn’t persisted……. check that the redirect url matches your exact live domain and confirm cookies aren’t being blocked.

I’m using the native feature, we don’t really have control over that, right?

1 Like

yeah you’re right, it’s native so you don’t control that part…. but that’s also why the issue happens. the external browser handles the session, and sometimes it doesn’t pass it back properly to the app.