Hi there,
I’m using Userfront to handle my email/password auth and Google SSO. Recently, I’ve taken steps to move the app to production and had to verify it with Google. Since I have to own domains that are used for redirection I can’t use api.userfront.com as I have used during testing. Support as Userfront told me to create a CNAME dns entry pointing to their validation url and also instructed me to use [mytenantid].mydomain.co as a redirect uri which will resolve correctly. After passing verification with Google my App’s Google SSO is broken since I’m getting redirect_uri mismatch error. It says that it tries to go to api.userfront.com but I don’t have that uri registered as authorised uri.
Also when I debug using a premade url with my client id, redirect uri and auth method with google, I get the correct consent screen but it still errors out. Sometimes nothing happens, sometimes I get token errors and sometimes I get the uri mismatch.
I’m puzzled at what to do next. Does anyone has any idea on how to proceed here? Thanks


