blues-stack
blues-stack copied to clipboard
LiveReload does not work on Gitpod
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.
@jacobparis Could you please help out with this one?