Closed djbobyd closed 1 month ago
Hmm strange. The JS is delivered with the container: https://demo.kubero.dev/assets/index-8511ffbb.js
The startup log looks fine.
Have you tried a different Browser? Or do you have a corporate proxy somewhere in between?
I tried with a different browser and also from another PC same result. It is a home setup, so no proxies. Could it be some missing configurration? I haven't provided neither github nor gitea token in the config.
You should see an rocket when ready. This js must be loaded since it contains the client side that renders the view .
@djbobyd, were you able to solve your problem?
not yet, but it seems it is related to the cilium ingress controller. When I access it over IP it loads without issues.
Hi @mms-gianni, I found the issue. It is because of the pathType used in the Ingress, as I am using Cilium for ingress. Actually "ImplementationSpecific" may differ across ingress implementations, and for cilium it means "Exact Match" and it doesn't work. When I changed it to "Prefix" everything started working. The issue is well explained here: https://github.com/cilium/cilium/issues/30071
Describe the bug
Hello, I followed the installation guide and did a minimal installation in my test k8s cluster. everything started but the UI loads a blank page. Here are the logs from the operator:
this is the log from the kubero node:
and these are the logs from the browser:
I have no idea what to look for as there is nothing critical server side.
Steps to reproduce
No response
Expected behavior
I expected the UI to load normally.
Screenshots
No response
Additional information
No response