Unable to set up new endpoints #3172
-
Hi, I depolyed my custom client to aws with the new endpoints (e.g. /user/$uid or /room/$scene-id) I added by editing the webpack config and register telemetry. They worked fine on my localhost. However, when I deployed to aws and went to the new endpoints on my domain, they all showed invalid url. Is there anything I should do to get the new endpoints work for my custom client on aws? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
You're receiving a "invalid url" because routing is currently managed by the internal server reticulum. Currently there's no way to update reticulum for your Hubs Cloud other than hosting a habitat package yourself. We have a feature request so webpack/the front-end manages new pages. You can follow this feature request here: Hubs-Foundation/hubs-cloud#106 |
Beta Was this translation helpful? Give feedback.
-
Hello, |
Beta Was this translation helpful? Give feedback.
You're receiving a "invalid url" because routing is currently managed by the internal server reticulum. Currently there's no way to update reticulum for your Hubs Cloud other than hosting a habitat package yourself. We have a feature request so webpack/the front-end manages new pages.
You can follow this feature request here: Hubs-Foundation/hubs-cloud#106