blues-stack icon indicating copy to clipboard operation
blues-stack copied to clipboard

LiveReload does not work on Gitpod

Open meenie opened this issue 3 years ago • 3 comments

Have you experienced this bug with the latest version of the template?

Yes

Steps to Reproduce

Click the "Gitpod | Ready-to-code" button to create a new pod for this repo. After the repo starts up and it asks you to allow the ports, it will open up the app in a browser tab. Notice that the URL it's trying to use is something like: wss://3000-remixrun-bluesstack-<token>.ws-us47.gitpod.io:8002/socket, but it should connect to: wss://8002-remixrun-bluesstack-<token>.ws-us47.gitpod.io/socket instead.

Expected Behavior

LiveReload should function properly while running on Gitpod.

Actual Behavior

It's trying to connect to the wrong Websocket URL which means LiveReload will not work.

meenie avatar Jun 25 '22 23:06 meenie

@jacobparis Could you please help out with this one?

MichaelDeBoey avatar Aug 24 '22 21:08 MichaelDeBoey