I used ws://example.com:3000/websocket to connect Android-ddp to the meteor app. The meteor ran on example.com:3000 . It worked fine.
Now I deployed the application using mup at the same address, example.com and port: 3000 . I can access the application in the browser, but I can not get it to work with Android-ddp . It just doesn't connect.
What can i do wrong?
source share