Skip to content
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 does not appear after launch. #18813

Closed
PatNikB opened this issue Jan 15, 2021 · 7 comments
Closed

Dashboard does not appear after launch. #18813

PatNikB opened this issue Jan 15, 2021 · 7 comments
Labels
area/dashboard kind/bug Outline of a bug - must adhere to the bug report template. severity/P1 Has a major impact to usage or development of the system.

Comments

@PatNikB
Copy link

PatNikB commented Jan 15, 2021

Trying to deploy Eclipse Che using Google Cloud Platform.
Followed the instructions from documentation: https://www.eclipse.org/che/docs/che-7/installation-guide/installing-che-on-google-cloud-platform/

The environment:
Google Cloud Shell (Debian)
Kubernetes version: 1.20
eclipse-che version: 7.24.1

Install cmd: chectl server:deploy --installer=helm --platform=k8s --domain=nikeshbpatel.xyz --multiuser

image

Eclipse che successfully deploys:
When I click the url: https://che-che.nikeshbpatel.xyz to access the dashboard I get a white web page with ''{{branding.footer.content}}".
image

image

Keycloak works fine and I can log in.
image

Could anyone point me where the issue might be?
Thank you.

@che-bot che-bot added the status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. label Jan 15, 2021
@yhontyk yhontyk added area/dashboard kind/bug Outline of a bug - must adhere to the bug report template. severity/P1 Has a major impact to usage or development of the system. and removed status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. labels Jan 15, 2021
@tolusha
Copy link
Contributor

tolusha commented Jan 18, 2021

Did you try to refresh the page?
Try to open in a private window as well.

@PatNikB
Copy link
Author

PatNikB commented Jan 18, 2021

Did you try to refresh the page?
Try to open in a private window as well.

Yes I have tried to refresh the page and also open it in a private window but I still get the same output.

@PatNikB
Copy link
Author

PatNikB commented Jan 18, 2021

image

@degiple
Copy link

degiple commented Jan 19, 2021

It may be improved by fixing che-dashboard-ingress.
I added ". *" to the end of the path, and the site is accessible.

kubectl -n che edit ingress che-dashboard-ingress

~
spec:
  rules:
  - host: YOUR_DOMAIN
    http:
      paths:
      - backend:
          serviceName: che-dashboard
          servicePort: 8080
        path: /dashboard/.*       # add ".*"
        pathType: ImplementationSpecific
~

@PatNikB
Copy link
Author

PatNikB commented Jan 19, 2021

It may be improved by fixing che-dashboard-ingress.
I added ". *" to the end of the path, and the site is accessible.

kubectl -n che edit ingress che-dashboard-ingress

~
spec:
  rules:
  - host: YOUR_DOMAIN
    http:
      paths:
      - backend:
          serviceName: che-dashboard
          servicePort: 8080
        path: /dashboard/.*       # add ".*"
        pathType: ImplementationSpecific
~

That worked, I can now access the dashboard.
Thank you very much!

@PatNikB PatNikB closed this as completed Jan 19, 2021
@tolusha
Copy link
Contributor

tolusha commented Jan 19, 2021

@sleshchenko
Should we update the corresponding resources?

@tolusha
Copy link
Contributor

tolusha commented Jan 19, 2021

Basically we have this PR https://github.com/eclipse/che/pull/18720/files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dashboard kind/bug Outline of a bug - must adhere to the bug report template. severity/P1 Has a major impact to usage or development of the system.
Projects
None yet
Development

No branches or pull requests

5 participants