-
Notifications
You must be signed in to change notification settings - Fork 299
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
First install only seeing a 404 page and DEBU[0002] Strange: no context found for ''
#518
Comments
The debug message of The normal session would produce logs from GIN about any attempt to access it. Like this:
Even 404 would be reflected like this:
So it looks like your browser hits some other service or proxy instead of local dashboard. Please check that you don't have a proxy preventing you to access local sites. |
I can also observe this kind of error when I execute as plugin directly inside the root folder of the project. I still don't know why though or if it is even a proof of something 😞 Executing |
@alessandrodetta What you see can be explained by this section in old code: https://github.com/komodorio/helm-dashboard/blob/v1.3.3/pkg/dashboard/api.go#L169 . However, it would produce explicit warning in log. |
Oh now I see, that's why. I guess that's not the same problem then because there is no warning in his log as mine (i.e However, it seems that activating verbosity ( @deiga Can you try to execute just |
Description
I've just installed the plugin and wanted to try it out. But when I run
helm dashboard
I get a 404 page.I've checked that
kubectl config current-context
has a correct context set and I've tried to start dashboard withhelm --kube-context foo dashboard
, but to no avail.$ helm dashboard --verbose
$ kubectl version
$ helm version
Screenshots
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: