multinet-app / multinet-server

Multinet server application
https://multinet-app.readthedocs.io
Apache License 2.0
4 stars 2 forks source link

Display new page or redirect if invalid workspace name entered #240

Closed jjnesbitt closed 4 years ago

jjnesbitt commented 4 years ago

When navigating multinet, if you enter the url of a workspace that does not exist (or perhaps that you just deleted but still have in your browser url), it will display the page as if the workspace is just empty. This could be confusing and causes problems if the user then tries to add tables (as the requests fail). A solution to this would be to display a workspace not found page, but a more immediate solution would be to simply redirect to the home page, like is already done for catching incorrect URLs.

Screenshot from 2020-01-08 11-03-40

waxlamp commented 4 years ago

Yikes. Good find.