You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.
Hi, upon upgrading to server side preview 5, when I click login (AuthService.Authorize), I'm being redirected to /account/authorize and getting:
Sorry, there's nothing at this address.
Insted of the auth0 login page, this same code was working on preview 4, and does work for client side in preview 5 as it is in a shared library. Looks like the routes for /account are not being registered as before for the server side. If I enable "RequireAuthenticatedUser": true, the login redirect loops infinitely.
I appreciate your help.
The text was updated successfully, but these errors were encountered:
Sorry, I was unable to reproduce the issue at first hand. Would you please provide more details in how to reproduce it? which settings are you currently using?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, upon upgrading to server side preview 5, when I click login (AuthService.Authorize), I'm being redirected to /account/authorize and getting:
Insted of the auth0 login page, this same code was working on preview 4, and does work for client side in preview 5 as it is in a shared library. Looks like the routes for /account are not being registered as before for the server side. If I enable "RequireAuthenticatedUser": true, the login redirect loops infinitely.
I appreciate your help.
The text was updated successfully, but these errors were encountered: