Keywords: MEAN - Google Cloud Platform - Technical issue - Connectivity (SSH/FTP)
Description:
I have an angular cli project running NG SERVE at port 3000, and a server.js listening at port 8000. while the app works locally in my windows machine, when I run it in GCP it says
"WebSocket connection to 'ws://130.211.120.171/sockjs-node/875/tdxzddfc/websocket' failed: Error during WebSocket handshake: Unexpected response code: 400"
zone-evergreen.js:2952 POST http://127.0.0.1:8000/api/getUserInfo/ net::ERR_CONNECTION_REFUSED
I'm stuck, Please help