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
I have set up everything on my ubuntu server. But when I run pm2-meteor deploy, it gives me the following error:
Building your app and deploying to host machine /events.js:160
throw er; // Unhandled 'error' event
^
Error: read ETIMEDOUT
at exports._errnoException (util.js:953:11)
at TCP.onread (net.js:563:26)
I do see the deploy folder created on the server, sometimes with the bundle or just the backup folder. Any idea how I could debug this?
The text was updated successfully, but these errors were encountered:
I have set up everything on my ubuntu server. But when I run
pm2-meteor deploy
, it gives me the following error:I do see the deploy folder created on the server, sometimes with the bundle or just the backup folder. Any idea how I could debug this?
The text was updated successfully, but these errors were encountered: