Deploying Client on AWS #3144
-
Still fighting with this... Any help would be appreciated.
Basically I would like to know what must be done to see https://localhost:8080/ on a Windows 10 desktop Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@ocularvr Can you provide more details about what is going wrong? Are you running |
Beta Was this translation helpful? Give feedback.
@ocularvr Can you provide more details about what is going wrong? Are you running
npm run start
afternpm run login
in order to test a custom client against your hubs cloud server? If all goes well, you should be able to connect to https://localhost:8080/ after thenpm run start
command finishes compilation and the webpack dev server starts.If you are able to start the server but can't connect to it -- what version of node/npm are you running? (
node --version
) We just found this issue with older versions of node