I'm trying to establish a websocket connection on my heroku node server but keep getting the following error:
browser.js:13 WebSocket connection to 'ws://www.mywebsite.com/' failed: Error during WebSocket handshake: Unexpected response code: 503
Works great locally, but when I deploy it to heroku, it's a no go. I'm running a custom domain in front of my heroku instance and I'm wondering if the dns or something might be causing issues.
Anyone experience something similar?