- Application is deployed on EC2, using NGINX as a reverse proxy
- line 113 in SDK's WebsockerMessageAdapter.ts
this.privWebsocketClient = new WebSocket(this.privUri);
- Application was previously hosted on Netlify, this issue has not appeared before. Same codebase.
I wanted to know if anyone has run into a similar issue. Also, any thoughts on how to investigate would be greatly appreciated