-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Description
Which Umbraco version are you using?
16.2
Bug summary
When you search for a media item in backoffice global search (spyglass top right corner), and you click on the found item to navigate to it, only a blank screen shows. Seems like a client side routing error as the url is wrong and misses /umbraco. It starts with /section. Manually entering /umbracu into the url provides the expected result.
Video here https://drive.google.com/file/d/1aXb0RrLskxDRXWXotOjEN-OEGUuN0EwM/view?usp=sharing
Specifics
It tried to navigate to /section/media/workspace/media/edit/ef45e046-5d3c-4af6-b02e-7d3c8b50b8ac
Looks like a client side routing issue as changing the url to /umbraco/section/media/workspace/media/edit/ef45e046-5d3c-4af6-b02e-7d3c8b50b8ac works
Steps to reproduce
- Install blank Umbraco16
- upload one or more images
- search for one of the images in global search and click the result
Expected result / actual result
I would expect the backoffice to navigate to the item that was clicked on, it goes to a blank screen.