Question
Parse server and liveQuery not working on digitalocean websocket
I have Parse Server running on Ubuntu 14.04.4, i am using liveQuery from Parse and it’s using websocket, when i run my application on localhost it’s working fine but when i am using the application on digitalocean i got this error:
WebSocket connection to ‘ws://xxx.xxxx.com/api’ failed: Error during WebSocket handshake: Unexpected response code: 403
i am sure my code it’s working fine, is there any configuration or setup should i use to make it running?
Thanks
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×