Hello Bubblers,
I am facing an issue while sign in/login.
So basically I am using Google social login (through bubble plugin) to sign the user up initially if current user is empty or take the user to dashboard if current user is not empty.
But after signing up with the first user, when I again go back to sign in page and choose different google ac to signup its actually logging me back to the first ac i signed up with.
Why is this happening?
Tried logging out still the issue persist.
Can anyone connect and help over a meet
1 Like
Okay, so the Google plugin action combines both login/signup
So if it registers a user as new user it initiates signup, and if the user already exists it initiates login
When you click the signup button did you click the old users email? If so it’ll log that user in
Having the exact same issue. Error 400, URL mismatch. Tried checking my redirect URL:s (which have not changed recently) w/o success. Getting this from the Google error:
“Information about request: redirect_uri=https://myapp/api/1.1/oauth_redirect flowName=GeneralOAuthFlow”
Seems like the text “flowName=…” should not be included in the redirect url parameter right?
Any help would be appreciated
no, I try signinup with new user mail still it logins me in as previous user and in debug mode it shows current user as earlier user.
I am not having any url mismatch