I’m having two apps, let’s call them app A and B. For some reason, I want users to be able to login to App B through app A(SSO).
I followed a tutorial I found in this forum and got everything working fine using Bubble app connector plugin.
Now the issue is when I try to login as the user that has logged in previously through SSO, I’m getting an error message saying “Email is already in use”.
I think app B is trying to register the user again instead of logging them in.
Is there a way to log the user in if they signed up previously through SSO?