Running hubs-cloud client locally #2713
-
Hello everyone, I'm new to hubs-cloud and I'm having a ton of fun playing around with it. I am also experimenting with a custom hubs-cloud client. However, I'm having trouble running it locally because of self signed certificate issues from browsers and sometimes it doesn't even load though it compiles successfully in my cli. This usually happens after I have deployed changes to my hubs-cloud project. Please help! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
You can by pass this with allowing the browser to allow
Good luck! |
Beta Was this translation helpful? Give feedback.
-
@jonathan2daniels HC questions: Thanks! These will narrow the issue down! |
Beta Was this translation helpful? Give feedback.
-
In Chrome, usually you click "Advanced" > "Accept" like the screenshots in https://kinsta.com/blog/your-connection-is-not-private/ Can you try running the client then going to https://hubs.local:8080? For the hubs dev environment, we use this address instead of localhost. If that doesn't show up, I updated my hosts file via this guide for updating a Mac's host file to edit my hosts file. My
Let me know if this helps! |
Beta Was this translation helpful? Give feedback.
-
Any solution I'm getting same error. Through I can run from firebox browser but Failed to load glTF model SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data. Can't create room |
Beta Was this translation helpful? Give feedback.
You can by pass this with allowing the browser to allow
localhost
.allow
for the siteGood luck!