-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 on AKS not working (too many redirects) #20761
Comments
It might be the same reason |
I tried patching che-dashboard-Ingress:
Same problem again.. |
I tried installer=operator, but che-dashboard-ingress looks wrong
I looks like the problem ist located in che-ingress. The ingress catches all from "/". So che-dashboard never gets activated and - as far as I can see trying with curl - every requests gets routed to che-ingress and then forwarded to "/dashboard". But /dashboard is getting caught by che-ingress and the redirect starts from beginning. |
Ok, problem lies within the ingress installation. |
I've just installed Eclipse Che 7.41.2 and still have the same issue even though I followed the instructions (https://www.eclipse.org/che/docs/che-7/installation-guide/installing-che-on-microsoft-azure/) that install nginx-ingress (v0.41.0): I get redirected to /dashboard/ which returns with 200 but for all the resources (branding.css, loader.svg, ...) I get a 404. |
Could you try configure Eclipse Che to use single-host strategy?
|
Try and remove the Che Dashboard Ingress Path from /dashboard/ to just /dashboard It should work. |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
Describe the bug
Infrastructure:
Tried multiple variants:
chectl server:deploy --installer=operator --platform=k8s --domain=
chectl server:deploy --installer=operator --platform=k8s --domain= --multiuser
chectl server:deploy --installer=helm --platform=k8s --domain=
chectl server:deploy --installer=helm --platform=k8s --domain= --multiuser
Deployment is successfull and plugin registry, devfile registry, keycloak are working and reachable. If I navigate to dashboard (mydomain.com/dashboard) every browser (testes chrome and mozilla in different versions) if get "Too many redirects"
Request-URL: https://che-eclipse-che.vwtg.cloud.suedleasing-dev.com/dashboard/
Response Header:
Location: /dashboard/
Tried with
chectl/0.0.20211104-next.393086a linux-x64 node-v12.22.7
chectl/7.38.1 linux-x64 node-v12.22.7
Same result
Che version
other (please specify in additional context)
Steps to reproduce
3.1 chectl server:deploy --installer=operator --platform=k8s --domain=
3.2 chectl server:deploy --installer=operator --platform=k8s --domain= --multiuser
3.3 chectl server:deploy --installer=helm --platform=k8s --domain=
3.4 chectl server:deploy --installer=helm --platform=k8s --domain= --multiuser
3.5 Navigate to /dashboard
Expected behavior
Dashboard up an running
Runtime
Kubernetes (vanilla)
Screenshots
No response
Installation method
chectl/latest
Environment
Azure
Eclipse Che Logs
Additional context
No response
The text was updated successfully, but these errors were encountered: