Describe the bug
Right clicking -> open in new tab on any non-captured link does not render the new page at all.
To Reproduce
Next Up, Latest Movies, etc. all work, or for convenience so do all the links in the sidebar for the admin panel.Expected behavior
The new page should render to the link I requested.
Logs
None
Screenshots

System (please complete the following information):
Additional context
When I open a link normally by left clicking(not open in new tab) the link is
"http://_REDACTED_IP_:8096/web/ index.html#!/ list.html?parentId=_REDACTED_ID_&serverId=_REDACTED_ID_"
When I right click on library heading "Latest Audio Books" and open it in new tab, the link is
"http://_REDACTED_IP_:8096/web/list.html?parentId=_REDACTED_ID_&serverId=_REDACTED_ID_"
So in the second link if I insert "index.html#!/" it works as expected.
Issues go stale after 90d of inactivity. Mark the issue as fresh by adding a comment or commit. Stale issues close after an additional 14d of inactivity. If this issue is safe to close now please do so. If you have any questions you can reach us on Matrix or Social Media.
This is still valid, I just missed the email two weeks ago :(
@joshuaboniface can this be reopened please?
Most helpful comment
When I open a link normally by left clicking(not open in new tab) the link is
"http://_REDACTED_IP_:8096/web/ index.html#!/ list.html?parentId=_REDACTED_ID_&serverId=_REDACTED_ID_"
When I right click on library heading "Latest Audio Books" and open it in new tab, the link is
"http://_REDACTED_IP_:8096/web/list.html?parentId=_REDACTED_ID_&serverId=_REDACTED_ID_"
So in the second link if I insert "index.html#!/" it works as expected.