oqtane / oqtane.framework

CMS & Application Framework for Blazor & .NET MAUI
http://www.oqtane.org
MIT License
1.9k stars 547 forks source link

[BUG] Normal users do not login #4830

Closed enfJoao closed 1 week ago

enfJoao commented 1 week ago

Oqtane Info

Version - 5.2.4 Render Mode - Static Interactivity - Server Database - SQL Server

Describe the bug

Host user logs in with no issues. Created a new user, logged out, filled the new user credentials, but it returns to the home page with no login. The pages it has access to do not show and the login control still shows "login". Log event shows the login was successful, so it's not a credential issue. Clearing cache and browser data and restarting the server does not solve it.

User management shows the timestamp on the last login (but the user details modal shows the last login empty, probably a separate issue).

enfJoao commented 1 week ago

45mins later, and this issue is no longer present. Not sure what changed...