I’m trying to pinpoint exactly the scenario but so far, this error only occurs on Firefox (I’m testing on v 68.0.1)
We have a redirect rule to move the user to a /signed-up
address if is a sign up. We do this for tracking purposes, to count successful conversion. We had to do that due to Social Logins, that don’t have an easy distinction on signup x login, hence we redirect based on logins count.
However, when using Firefox to signup, email + password, sometimes after the redirection, when the application redirects to the Auth0 /continue
with something like:
window.location.replace(`https://${AUTH0_CLIENT_DOMAIN}/continue?state=${ state }`
We get a 401 Unauthorized page…
Should we do something different?
foriio-staging.auth0.com_Archive [19-07-19 18-04-50].har (4.3 KB)