You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unexpected Application Error!
404 Not Found
💿 Hey developer 👋
You can provide a way better UX than this when your app throws errors by providing your own ErrorBoundary or errorElement prop on your route.
It is the same error if I bypass ingress and access the pod via kubectl port-forward --namespace cilium svc/hubble-ui 8081:80 --address 0.0.0.0 and connect to myip:8081/hubble/, however myip:8081/ works (but this will not work with our path-based ingress model).
At every level (pod, ingress, cluster IP, etc) I can get the HTML and I see the same output is served on both / and /hubble/:
Likewise for http://10.233.160.173:80/bundle.main.d3dae0fa32e1af6f7354.js , http://10.233.160.173:80/hubble/bundle.main.250ac4c5d4e736844d1e.css, indicating that the (putatively) correct content is being served on the /hubble/ path as expected, but it is nevertheless somehow generating an application error in the web framework. I don't see any way to get debug logs from the hubble UI pod
The text was updated successfully, but these errors were encountered:
It seems like the issue from #889 , #854 etc. still remains in v0.13.2 after #941
I install Cilium 1.16.7 with these values:
Then
https://mycluster.example.org/hubble/
shows:It is the same error if I bypass ingress and access the pod via
kubectl port-forward --namespace cilium svc/hubble-ui 8081:80 --address 0.0.0.0
and connect tomyip:8081/hubble/
, howevermyip:8081/
works (but this will not work with our path-based ingress model).At every level (pod, ingress, cluster IP, etc) I can get the HTML and I see the same output is served on both
/
and/hubble/
:Likewise for
http://10.233.160.173:80/bundle.main.d3dae0fa32e1af6f7354.js
,http://10.233.160.173:80/hubble/bundle.main.250ac4c5d4e736844d1e.css
, indicating that the (putatively) correct content is being served on the /hubble/ path as expected, but it is nevertheless somehow generating an application error in the web framework. I don't see any way to get debug logs from the hubble UI podThe text was updated successfully, but these errors were encountered: