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
Action:
Login with a valid account at http://localhost:1337/login
Issue:
When clicking Login, authentication succeeds and the user is taken back to the previous page without refresh. In this case, it shows the homepage with a Login button at the top. Pressing F5 to refresh the page correctly shows the Logout button.
Requested solution:
Automatically refresh the entire page, instead of only the main viewport.
The text was updated successfully, but these errors were encountered:
Situation:
edenjs init app && npm install @edenjs/core && edenjs run
Action:
Login with a valid account at
http://localhost:1337/login
Issue:
When clicking
Login
, authentication succeeds and the user is taken back to the previous page without refresh. In this case, it shows the homepage with aLogin
button at the top. Pressing F5 to refresh the page correctly shows theLogout
button.Requested solution:
Automatically refresh the entire page, instead of only the main viewport.
The text was updated successfully, but these errors were encountered: