-
Notifications
You must be signed in to change notification settings - Fork 10
Fix page loading when websockets are not available #109
Fix page loading when websockets are not available #109
Conversation
❌ E2E dashboard-next tests failed ❗ See Details
Tested with Eclipse Che Multiuser User on K8S (minikube v1.1.1)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Please fix the feedback.
156b4f1
to
5e19a95
Compare
❌ E2E dashboard-next tests failed ❗ See Details
Tested with Eclipse Che Multiuser User on K8S (minikube v1.1.1)
|
5e19a95
to
f4febe5
Compare
…orrectly when websockets are unavailable Signed-off-by: Josh Pinkney <joshpinkney@gmail.com>
❌ E2E dashboard-next tests failed ❗ See Details
Tested with Eclipse Che Multiuser User on K8S (minikube v1.1.1)
|
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
What does this PR do?
This PR makes it so that if websockets aren't available the page will still load correctly. Previously, if you had websockets disabled and try to open the dashboard the view will instantly go white and the console will contain an error with
TypeError: availableTypes is undefined
. This way makes it so that everything will work correctly in PreloadDataWhich issue does this PR related to?
Pre-req for eclipse-che/che#18490
Signed-off-by: Josh Pinkney joshpinkney@gmail.com