You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting this multiple times in a row. Not sure if this is an issue with mupx or something on the server. The app deploys successfully, but then silently fails and does not come back up.
Latest mupx (1.5.3) with meteorhacks docker image replaced with abernix/meteord:base, as described as a solution in various issues.
Mupx outputs this error:
x Verifying deployment: FAILED
-----------------------------------STDERR-----------------------------------
Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (56) Recv failure: Connection reset by peer
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (56) Recv failure: Connection reset by peer
The connection (and server) are fine - tried multiple internet connections (4 different wired and wireless networks - fibre optic based AND 4G, no difference - so cannot really be a connection issue on my end (or the server's - it's a Linode VPS and they should not be having any issues, currently)).
mupx logs --tail=50 shows normal server console, the same stuff I see locally.
The text was updated successfully, but these errors were encountered:
Just got hit by this and now all my app servers are down.
x Verifying Deployment: FAILED
-----------------------------------STDERR-----------------------------------
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (52) Empty reply from server
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (52) Empty reply from server
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (52) Empty reply from server
=> Redeploying previous version of the app
-----------------------------------STDOUT-----------------------------------
To see more logs type 'mup logs --tail=50'
----------------------------------------------------------------------------
same problem I have tried on a clean server
I also looked into this issue meteor/meteor#7475, but adding dockerImage: 'abernix/meteord:base' in mup.json didn't fix the issue
Getting this multiple times in a row. Not sure if this is an issue with mupx or something on the server. The app deploys successfully, but then silently fails and does not come back up.
Latest mupx (1.5.3) with meteorhacks docker image replaced with abernix/meteord:base, as described as a solution in various issues.
Mupx outputs this error:
The connection (and server) are fine - tried multiple internet connections (4 different wired and wireless networks - fibre optic based AND 4G, no difference - so cannot really be a connection issue on my end (or the server's - it's a Linode VPS and they should not be having any issues, currently)).
mupx logs --tail=50 shows normal server console, the same stuff I see locally.
The text was updated successfully, but these errors were encountered: