Meteor WebSocket handshake error 400 with nginx

后端 未结 4 2004
闹比i
闹比i 2020-12-02 16:06

I managed to deploy meteor on my infrastructure (Webfactions). The application seems to work fine but I get the following error in the browser console when my application st

4条回答
  •  星月不相逢
    2020-12-02 16:34

    Found this in my search for this error when using AWS Elastic Load Balancer. Setting the environment variable works, but the better solution is to use the TCP protocol on the ELB instead of HTTPS. FYI.

提交回复
热议问题