abernix / meteord

MeteorD - Docker Runtime for Meteor Apps for Production Deployments
https://registry.hub.docker.com/u/meteorhacks/meteord/
MIT License
93 stars 129 forks source link

xhr polling with abernix/meteord:onbuild #40

Closed WayneUong closed 5 years ago

WayneUong commented 6 years ago

When I use abernix/meteord:onbuild to deploy. The meteor uses xhr polling instead of ddp and it's very slow. Is there a reason for this? App functions normally when deployed with mup and abernix/meteord:base.

screen shot 2018-06-29 at 10 58 25 am
abernix commented 5 years ago

This isn't because of abernix/meteord:onbuild, more than likely it's because you have a proxy in front of the server which doesn't support WebSockets!