The admin screen cannot be displayed normally and the screen is blank. #3162
-
I follow the wizard( https://hubs.mozilla.com/docs/hubs-cloud-aws-quick-start.html) to create the HubsCloud server. At this time, there is no problem with the admin screen. But when I folow the wizard(https://hubs.mozilla.com/docs/hubs-cloud-custom-clients.html), used the latest master code without any modification. After redeploying, the admin screen cannot be displayed normally and the screen is blank. Did I do something wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Are you using the "master" branch or "hubs-cloud" branch on the hubs repo? In the https://hubs.mozilla.com/docs/hubs-cloud-custom-clients.html instructions, it tells you to base off of hubs-cloud branch. Do not base off of the "master" branch. Can you give us any errors in the browser's developer tools > Console tab OR Network tab? Those would help. If you run |
Beta Was this translation helpful? Give feedback.
Are you using the "master" branch or "hubs-cloud" branch on the hubs repo? In the https://hubs.mozilla.com/docs/hubs-cloud-custom-clients.html instructions, it tells you to base off of hubs-cloud branch. Do not base off of the "master" branch.
Can you give us any errors in the browser's developer tools > Console tab OR Network tab? Those would help.
If you run
npm run undeploy
does the admin panel render again normally -- so we can isolate the problem to the custom client?