Skip to content
This repository has been archived by the owner on Jun 14, 2019. It is now read-only.

404 page or some default route if the path doesn't match at all #355

Open
gashcrumb opened this issue May 24, 2019 · 1 comment
Open

404 page or some default route if the path doesn't match at all #355

gashcrumb opened this issue May 24, 2019 · 1 comment

Comments

@gashcrumb
Copy link
Collaborator

This is a...


[x] Feature request
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report  
[ ] Documentation issue or request

Description

Occasionally I'll borrow the same window to look at the react UI when I've been looking at the angular UI by just changing the hostname in the URL (i.e. syndesis-staging -> syndesis-react-staging etc). But given that we've some similar and some different routing across the two apps, usually the route I'm giving the react app is totally wrong, and I wind up with a blank window. We should either:

  • show a 404 page
  • redirect to the dashboard

I lean towards the former only because it's handy to be able to see the URL that leads you to a 404 sometimes.

@riccardo-forina
Copy link
Collaborator

We have a top level 404 page, but we need to add one basically everywhere we have a non exact Route

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants