5

I was using ws://example.com:3000/websocket for connecting Android-ddp to meteor app. Meteor was runing on example.com:3000. It was working fine.

Now I deployed the app using mup on the same URL, example.com and port: 3000. I am able to access the app on browser but can't get it working with Android-ddp. It just won't connect.

What I might be doing wrong?

Deepak jha
  • 298
  • 5
  • 19

1 Answers1

0

Analyze the logs on both server and client side to obtain more details on the problem.

Harun
  • 1
  • 1