Meteor-Community-Packages / raix-push

DEPRECATED: Push notifications for cordova (ios, android) browser (Chrome, Safari, Firefox)
https://atmospherejs.com/raix/push
MIT License
514 stars 197 forks source link

net::ERR_CONNECTION_REFUSED when I send a push notification #276

Open adim86 opened 7 years ago

adim86 commented 7 years ago

I am using digital ocean and Ubuntu 14.04 x64 in production and it is deployed in a docker container

Push notifications have been working successfully till recently.

When I send a push notification it works correctly in development but when I send one in production I get a net::ERR_CONNECTION_REFUSED error in the console

I also get W/chromium(10080): [WARNING:aw_network_delegate.cc(66)] http://app.myapp.com/sockjs/info?cb=jfdltrzzsa#-102#1

on the node server side.

Any clue to what is the problem and how I can fix it will be greatly appreciated