-
When i run theia-blueprint After starting the browser method, the socket keeps disconnecting and the page hangs without understanding. What should I do? |
Beta Was this translation helpful? Give feedback.
Answered by
msujew
Sep 5, 2024
Replies: 1 comment 8 replies
-
Hey @white5354, are there some more logs in the browser console of the frontend? The backend can tell relatively little if the connection fails. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@white5354 I believe you're pulling different versions of
@theia/core
. Can you runyarn why @theia/core
and see whether it returns multiple results? Can you pin all versions of all@theia/*
packages to one exact version?