inProgress-team / react-native-meteor

Meteor Reactivity for your React Native application :)
MIT License
693 stars 210 forks source link

Can't Connect to Meteor Production Server (Azure) #375

Open nwabdou85 opened 2 years ago

nwabdou85 commented 2 years ago

I am currently trying to connect a React Native Android app to an external Meteor Production Server(on Azure).

The app is able to connect and working perfectly on local and also with heroku server. However, when I try to connect the app to Azure server, the console says "disconnected from DDP server." My connection string is 'wss://xxxxx.azurewebsites.net/websocket'.

Any help is appreciated!