This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
[Bug] Reloading or direct loading a subpath within the app leads to a 404 #226
Labels
bug
Something isn't working
Describe the bug
After interacting with the UI, a user might end up in a path like
vantage6-ui.example.org/collaborations
. If the user were to refresh/reload, they'd get a 404. This happens for any subpath, evenvantage6-ui.example.org/login
.It also happens if the user directly access a subpath, as in, opening
vantage6-ui.example.com/login
directly.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Not getting a 404 and the subpath location being loaded.
Details
Additional context
If a collaboration has just been created that collaboration will not show up immediately after under
/collaborations
(this is a separate issue). A way around this is to refresh/reload the page, but this produces a 404. To solve this the user has to go to the main domain for the ui vantage6-ui.example.org and navigate from there to collaborations again. I think the same might go for/users
, etc.This would be nice if a server admin wants to give instruction to a UI-user and sends them a link with a subpath.
The text was updated successfully, but these errors were encountered: