Unable to connect to websocket using DDP & Galaxy with Chrome Extension

I am trying to put my new chrome extension into production, but have been unable to get it to work. Whenthe app tries to make a Websocket connection, I get the error:


WebSocket connection to 'ws://www.myurl.com/' failed: Error during WebSocket handshake: Unexpected response code: 301

On my app, I am using Asteroid to connect via DDP to my Meteor app. I am also using Galaxy to host the app. I am not getting any logs through Galaxy on the Meteor app side of things. Does anyone have any ideas as to how I could resolve this?

Try a secured websocket connection to ‘wss://www.myurl.com/’

1 Like