Hi, I’m using realm-web (v1.7.1) on react project, sometimes when signin in with google to some users it throws this error
{“error”:“unauthorized”,“error_code”:“AuthError”,“link”:“App Services…”}
const loginResponse = await this.realm.logIn(Realm.Credentials[provider](document.location.origin));
this is how I sign in with google, provider is “google” here
couldn’t resolve this issue, don’t know what’s the problem, logs does not say anything, anyone had similar problem?