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

Emtpy list of workspaces after being logged out #19106

Closed
1 of 18 tasks
tsmaeder opened this issue Feb 19, 2021 · 4 comments
Closed
1 of 18 tasks

Emtpy list of workspaces after being logged out #19106

tsmaeder opened this issue Feb 19, 2021 · 4 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

@tsmaeder
Copy link
Contributor

tsmaeder commented Feb 19, 2021

Describe the bug

After being logged out of a workspace because of a timeout, I clicked on the "workspaces" tab in the left sidebar. I am shown an empty list of workspace, even though I have three workspaces.

Che version

7.26.0

Steps to reproduce

See description

Expected behavior

Runtime

  • kubernetes (include output of kubectl version)
  • Openshift (include output of oc version)
  • minikube (include output of minikube version and kubectl version)
  • minishift (include output of minishift version and oc version)
  • docker-desktop + K8S (include output of docker version and kubectl version)
  • other: (please specify)

Screenshots

Installation method

  • chectl server:update
    • provide a full command that was used to deploy Eclipse Che (including the output)
    • provide an output of chectl version command
  • OperatorHub
  • I don't know

Environment

  • my computer
    • [ x] Windows
    • Linux
    • macOS
  • Cloud
    • Amazon
    • Azure
    • GCE
    • other (please specify)
  • other: please specify
    Firefox

Eclipse Che Logs

This is seen in the browser console:

Uncaught (in promise) Error: Failed to request workspaces: 
InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable
    requestWorkspaces https://che-eclipse-che.10.20.30.61.nip.io/dashboard/client.js:1
    r https://che-eclipse-che.10.20.30.61.nip.io/dashboard/vendor.a313ca360767839a01d0.js:114
    f https://che-eclipse-che.10.20.30.61.nip.io/dashboard/vendor.a313ca360767839a01d0.js:33
    componentDidMount https://che-eclipse-che.10.20.30.61.nip.io/dashboard/5.b99a7afd5a788480f927.js:1
    ic https://che-eclipse-che.10.20.30.61.nip.io/dashboard/vendor.a313ca360767839a01d0.js:130
    ds https://che-eclipse-che.10.20.30.61.nip.io/dashboard/vendor.a313ca360767839a01d0.js:130
    unstable_runWithPriority https://che-eclipse-che.10.20.30.61.nip.io/dashboard/vendor.a313ca360767839a01d0.js:138
    Wo https://che-eclipse-che.10.20.30.61.nip.io/dashboard/vendor.a313ca360767839a01d0.js:130
    us https://che-eclipse-che.10.20.30.61.nip.io/dashboard/vendor.a313ca360767839a01d0.js:130
    Qc https://che-eclipse-che.10.20.30.61.nip.io/dashboard/vendor.a313ca360767839a01d0.js:130
    Ko https://che-eclipse-che.10.20.30.61.nip.io/dashboard/vendor.a313ca360767839a01d0.js:130
    unstable_runWithPriority https://che-eclipse-che.10.20.30.61.nip.io/dashboard/vendor.a313ca360767839a01d0.js:138
    Wo https://che-eclipse-che.10.20.30.61.nip.io/dashboard/vendor.a313ca360767839a01d0.js:130
    Ko https://che-eclipse-che.10.20.30.61.nip.io/dashboard/vendor.a313ca360767839a01d0.js:130
    N https://che-eclipse-che.10.20.30.61.nip.io/dashboard/vendor.a313ca360767839a01d0.js:138
    onmessage https://che-eclipse-che.10.20.30.61.nip.io/dashboard/vendor.a313ca360767839a01d0.js:138
    EventHandlerNonNull* https://che-eclipse-che.10.20.30.61.nip.io/dashboard/vendor.a313ca360767839a01d0.js:138
    s https://che-eclipse-che.10.20.30.61.nip.io/dashboard/client.js:1
    <anonymous> https://che-eclipse-che.10.20.30.61.nip.io/dashboard/vendor.a313ca360767839a01d0.js:130
    s https://che-eclipse-che.10.20.30.61.nip.io/dashboard/client.js:1
    <anonymous> https://che-eclipse-che.10.20.30.61.nip.io/dashboard/vendor.a313ca360767839a01d0.js:130
    s https://che-eclipse-che.10.20.30.61.nip.io/dashboard/client.js:1
    <anonymous> https://che-eclipse-che.10.20.30.61.nip.io/dashboard/vendor.a313ca360767839a01d0.js:25
    s https://che-eclipse-che.10.20.30.61.nip.io/dashboard/client.js:1
    2789 https://che-eclipse-che.10.20.30.61.nip.io/dashboard/client.js:1
    s https://che-eclipse-che.10.20.30.61.nip.io/dashboard/client.js:1
    n https://che-eclipse-che.10.20.30.61.nip.io/dashboard/client.js:1
    <anonymous> https://che-eclipse-che.10.20.30.61.nip.io/dashboard/client.js:1
    <anonymous> https://che-eclipse-che.10.20.30.61.nip.io/dashboard/client.js:1
client.js:1:7175

Additional context

@tsmaeder tsmaeder added the kind/bug Outline of a bug - must adhere to the bug report template. label Feb 19, 2021
@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 Feb 19, 2021
@tsmaeder
Copy link
Contributor Author

Refreshing the page fixes the problem

@amisevsk
Copy link
Contributor

I suspect this is a duplicate of #19020, which was fixed yesterday but isn't available in 7.26 afaik.

@amisevsk amisevsk added area/dashboard 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 Feb 19, 2021
@sleshchenko
Copy link
Member

I expect it to be fixed by eclipse-che/che-dashboard#172 merged yet) or eclipse-che/che-dashboard#171 (merged, related to issue Angel shared).
It should be retested after these PRs

@sleshchenko
Copy link
Member

After I tried to wait until session is expired - I was redirected to login page after the first made operation. So, closing it but let us know if you still face the described issue.

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

4 participants