-
Notifications
You must be signed in to change notification settings - Fork 893
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Dashboard De-Angular] Render a custom routing error message when route does not exist #4596
Comments
Hey there, I would like to be assigned to this issue. May I know more about the task? |
@abbyhu2000 Can you provide some code links here? |
@kgcreative Whats your take on this? It looks like each app is creating their own way of handling page/route not found. I think we should have a common 404 page that behaves identically instead of relyingon each plugin to create their own 404 page |
yea this was a proposal when i was de-angularizing dashboard.
src/plugins/dashboard/public/application/app.tsx:
src/plugins/dashboard/public/application/components/dashboard_no_match.tsx:
Before implementing this, can we confirm that we want to add such an error page for the dashboard plugin? @kgcreative @KrooshalUX |
We should create a 404 page template in OUI that all plugins should leverage. |
Current behavior:
We can render some custom routing error message like how visualize plugin handles it.
The text was updated successfully, but these errors were encountered: