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 isn't loaded #18930

Closed
5 tasks done
tolusha opened this issue Feb 1, 2021 · 5 comments
Closed
5 tasks done

Dashboard isn't loaded #18930

tolusha opened this issue Feb 1, 2021 · 5 comments
Labels
area/dashboard area/plugin-registry kind/bug Outline of a bug - must adhere to the bug report template.

Comments

@tolusha
Copy link
Contributor

tolusha commented Feb 1, 2021

Describe the bug

Dashboard isn't loaded

Che version

  • nightly

Steps to reproduce

  1. Deploy Eclipse Che nightly
  2. Open Dashboard

Expected behavior

Runtime

  • minikube (include output of minikube version and kubectl version)

Screenshots

Screenshot from 2021-02-01 09-58-17

Installation method

  • chectl
    • chectl server:deploy --platform minikube

Environment

  • my computer
    • Linux
@tolusha tolusha added kind/bug Outline of a bug - must adhere to the bug report template. area/dashboard labels Feb 1, 2021
@RomanNikitenko
Copy link
Member

Looks like it's duplicate #18929

@sleshchenko
Copy link
Member

Seems it's related to fact that v3/plugins starts return htmls instead of index.json

Screenshot_20210201_104416

Investigating more

@sleshchenko
Copy link
Member

sleshchenko commented Feb 1, 2021

.htaccess is not propagated into plugin-registry container anymore.

bash-5.0# ls -la
total 232
drwxr-xr-x 49 root root  4096 Jan 29 14:12 .
drwxr-xr-x  6 root root  4096 Jan 29 14:12 ..
drwxr-xr-x  3 root root  4096 Jan 29 14:12 atlassian
drwxr-xr-x  3 root root  4096 Jan 29 14:12 bazelbuild
drwxr-xr-x  3 root root  4096 Jan 29 14:12 bmewburn
drwxr-xr-x  6 root root  4096 Jan 29 14:12 broadcommfd
drwxr-xr-x  3 root root  4096 Jan 29 14:12 castwide
drwxr-xr-x  3 root root  4096 Jan 29 14:12 cdr
drwxr-xr-x  5 root root  4096 Jan 29 14:12 che-incubator
drwxr-xr-x  3 root root  4096 Jan 29 14:12 containers
drwxr-xr-x  4 root root  4096 Jan 29 14:12 dart-code
drwxr-xr-x  3 root root  4096 Jan 29 14:12 dbaeumer
drwxr-xr-x  3 root root  4096 Jan 29 14:12 dirigiblelabs
drwxr-xr-x  3 root root  4096 Jan 29 14:12 donjayamanne
drwxr-xr-x  4 root root  4096 Jan 29 14:12 eamodio
drwxr-xr-x  5 root root  4096 Jan 29 14:12 eclipse
drwxr-xr-x  3 root root  4096 Jan 29 14:12 eclipse-cdt
drwxr-xr-x  3 root root  4096 Jan 29 14:12 errata-ai
drwxr-xr-x  3 root root  4096 Jan 29 14:12 esbenp
drwxr-xr-x  4 root root  4096 Jan 29 14:12 felixfbecker
drwxr-xr-x  3 root root  4096 Jan 29 14:12 gattytto
drwxr-xr-x  3 root root  4096 Jan 29 14:12 github
drwxr-xr-x  3 root root  4096 Jan 29 14:12 golang
drwxr-xr-x  4 root root  4096 Jan 29 14:12 haskell
-rw-r--r--  1 root root 33022 Jan 29 14:12 index.json
drwxr-xr-x  3 root root  4096 Jan 29 14:12 joaompinto
drwxr-xr-x  3 root root  4096 Jan 29 14:12 lfs
drwxr-xr-x  4 root root  4096 Jan 29 14:12 mads-hartmann
drwxr-xr-x  3 root root  4096 Jan 29 14:12 microprofile-community
drwxr-xr-x  3 root root  4096 Jan 29 14:12 microshed
drwxr-xr-x  3 root root  4096 Jan 29 14:12 moby
drwxr-xr-x  3 root root  4096 Jan 29 14:12 ms-kubernetes-tools
drwxr-xr-x  3 root root  4096 Jan 29 14:12 ms-python
drwxr-xr-x  4 root root  4096 Jan 29 14:12 ms-vscode
drwxr-xr-x  3 root root  4096 Jan 29 14:12 octref
drwxr-xr-x  5 root root  4096 Jan 29 14:12 pizzafactory
drwxr-xr-x 22 root root  4096 Jan 29 14:12 redhat
drwxr-xr-x  4 root root  4096 Jan 29 14:12 redhat-developer
drwxr-xr-x  3 root root  4096 Jan 29 14:12 rogalmic
drwxr-xr-x  3 root root  4096 Jan 29 14:12 rust-lang
drwxr-xr-x  3 root root  4096 Jan 29 14:12 scalameta
drwxr-xr-x  3 root root  4096 Jan 29 14:12 sdkbox
drwxr-xr-x  3 root root  4096 Jan 29 14:12 sonarsource
drwxr-xr-x  3 root root  4096 Jan 29 14:12 timonwong
drwxr-xr-x  3 root root  4096 Jan 29 14:12 vscode
drwxr-xr-x  3 root root  4096 Jan 29 14:12 vscodevim
drwxr-xr-x  3 root root  4096 Jan 29 14:12 vuejs
drwxr-xr-x  4 root root  4096 Jan 29 14:12 ws-skeleton
drwxr-xr-x  3 root root  4096 Jan 29 14:12 zowe
drwxr-xr-x  4 root root  4096 Jan 29 14:12 zxh404

I'm not 100% sure but I assume it may be caused by eclipse-che/che-plugin-registry#815

@benoitf Could you take a look?

@sleshchenko
Copy link
Member

P.S. There is a dedicated issue for dashboard not to fail if something is wrong in a component #18758

@sleshchenko
Copy link
Member

Should be fixed by eclipse-che/che-plugin-registry#820

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dashboard area/plugin-registry kind/bug Outline of a bug - must adhere to the bug report template.
Projects
None yet
Development

No branches or pull requests

3 participants