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 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.
Situation:
edenjs init app && npm install @edenjs/core && edenjs runAction:
Login with a valid account at
http://localhost:1337/loginIssue:
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 aLoginbutton at the top. Pressing F5 to refresh the page correctly shows theLogoutbutton.Requested solution:
Automatically refresh the entire page, instead of only the main viewport.