-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Description
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
15.1.2
Bug summary
After being signed out due to inactivity, logging back in causes content nodes in the tree view to display "Not found. The requested route could not be found." The content only appears after manually refreshing the page, clicking the Recycle Bin in the content tree or changing tabs in backoffice.
Specifics
- Fresh install using
dotnet new umbraco --name MyProject - I created a basic document type with a text field and added it to the content tab.
- A gif demonstrating the issue is attached.
Steps to reproduce
- Create a new Umbraco project using
dotnet new umbraco --name MyProject. - Create a simple document type and add it to the content tab.
- Wait until the session expires and you are automatically signed out.
- Log back in.
- Click on different nodes in the content tree.
Expected result / actual result
The content should display immediately when clicking on a node after logging back in, without needing to refresh the page.
This item has been added to our backlog AB#49175
Reactions are currently unavailable
