Local development environment not letting me into a room #4286
Replies: 2 comments 8 replies
-
I have the same problem. Have you found a solution? |
Beta Was this translation helpful? Give feedback.
-
Don't run
and
if you want to enter the room in local development then run
in case if you are logged in before, try to
Also, one more thing, in case, if to enter the room is not working after running this command Here is one more thing, hope it will resolve your issues |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently trying to set up a development environment for hubs, and all of the steps work fine up until I actually try to join a room on a local instance. Whenever I run npm start and try to create a new room or join an existing one that I made on the cloud site, I am met with
and then a few moments later it says this:
Also it's worth mentioning that whenever I try to join a room that I created on the cloud, it says that I left and joined. So clearly it's at least trying to connect.
So does anyone know what I'm doing wrong? I know that this is kind of vague, but everything was done fresh. The cloud instance was set up exactly as instructed and so was the local portion. I'm at a complete loss at this point so any guidance is welcome.
Thanks in advance.
(Also does anyone know how to access the development portion of the hubs discord? I can't find it listed anywhere)
Edit:
Occasionally the command
npm ci
does not download all of the essential files. This causes the hubs test environment to not work.The solution I've seen the most success with is running the command again and praying.
Beta Was this translation helpful? Give feedback.
All reactions