testing custom client on hubs cloud #4188
Replies: 2 comments
-
Since you are only running a local copy of the client (and not reticulum) you can't visit the same urls as you do on the actual hubs cloud instance. To test a specific room you would should go to https://localhost:8080/hub.html?hub_id=XXXXXXX. Clicking the "Create Room" button on the homepage should land you on this page as well. You will also need to make sure your hubs cloud instance allows connections from localhost:8080 in the admin console under CORS settings. Take care when changing this setting to include your main domain as well or you can lock yourself out of the admin console. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm following the (nice, simple) instructions to build and test a client, against my hubs-cloud instance.
I build and run with either
npm run dev
ornpm run start
after I login withnpm run login
Going to
https://localhost:8080
shows me my sites front page. The room likes are still our real URL (i.e.,https://hubs.aelatgt.net/...
but if I change the URL to go to localhost:8080, it drops be back to the main page.I don't know why. Very little appears in the console. It's as if the hubs cloud server doesn't feed back the page at all.
Beta Was this translation helpful? Give feedback.
All reactions