when running `npx sst start` it's not getting depl...
# help
m
when running
npx sst start
it's not getting deployed
Copy code
WebSocket connection error Error: Unexpected server response: 500
    at ClientRequest.<anonymous> (C:\sst\expo-sst-demo\node_modules\ws\lib\websocket.js:716:7)
    at ClientRequest.emit (events.js:400:28)
    at ClientRequest.emit (domain.js:475:12)
    at HTTPParser.parserOnIncomingClient [as onIncoming] (_http_client.js:647:27)
    at HTTPParser.parserOnHeadersComplete (_http_common.js:127:17)
    at TLSSocket.socketOnData (_http_client.js:515:22)
    at TLSSocket.emit (events.js:400:28)
    at TLSSocket.emit (domain.js:475:12)
    at addChunk (internal/streams/readable.js:293:12)
    at readableAddChunk (internal/streams/readable.js:267:9)
t
can you share your debug log?
It seems like the debug stack websocket server might not be up
f
@manitej did you manage to figure out this WebSocket issue?
m
I deleted the project and started again. Worked fine then onwards no issues