Open ameza opened 4 years ago
I'll take a look and see if it could be resolved today EOD, thanks for reporting this issue.
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?
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.