-
Notifications
You must be signed in to change notification settings - Fork 86
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
Error page is not shown on 404 #153
Comments
Can you please reload the UI with CMD + Shift + R on Mac or ctrl + F5 on windows. This reloads without cache. In most cases this is an caching issue. |
Can you please check what you get as responses from the backend requests? |
We have the same issue on two new fresh installations using follwing versions for chart and images: |
Ah okay, sorry. I miss understood your issue. Okay for subpages which are not exist I also get this strange page. I will fix this. |
I created kyverno/policy-reporter-ui#136 which will stop the wired rendering. It will return a HTTP 404 instead. It is not that easy to render a custom 404 because Policy Reporter uses a Hash Router to support hosting under subpaths as well. So I am also not able to provide some kind of Back to Home button because I can not really guess the Home Page URL without knowledge about the hosting. I will add a todo for me to create a static not found page with more details for the next major release. You can set the I will also create a new Helm Version with the fix soon. |
I released the fix with Helm Chart version 2.9.1 - Thanks for reporting |
When going to a wrong page in the UI, eg: /does-not-exist, we're getting a UI glitch instead of an error page:
I'm using the latest release, 2.9.0
The text was updated successfully, but these errors were encountered: