tanutapi / dart_meteor

A Meteor DDP library for Dart/Flutter developers.
Other
37 stars 16 forks source link

Can't connect to remote meteor server. #50

Open bavaev opened 2 years ago

bavaev commented 2 years ago

Hi! I need to get data for a flutter application from a remote meteor server. The application connects to localhost and receives data packets, but when trying to connect to a remote server, an error occurs.

I/flutter(23037): MeteorClient[426707093] - Make a connection to wss://mydomain.com/websocket I/flutter (23037): WebSocketException: Connection to 'https://mydomain.com:0/websocket#' was not upgraded to websocket

Regards, Vladimir.

xiaodusx1 commented 2 years ago

You can visit you remote host site on web?check address carful.

tanutapi commented 1 year ago

Do you have any updates on this issue?