Open derek-fong opened 8 years ago
Same problem. Do you have a MONGO_OPLOG_URL in your mup.json? That actually started causing the problem for me. If I don't have that environmental variable set it work...Doesn't really solve the issue though.
Similar to #841
I solved my problem:
mupx stop
mupx setup
mupx deploy
and now it works. No idea why.
@sscaff1 No I don't have MONGO_OPLOG_URL
in mup.json
...I have also tried your recommendation with no luck... :( Thanks tho
@derek-fong what version of node are you using? Make sure it's not 6+. I installed nvm in order to use node 4.4.5 when I deploy.
mupx setup
completed successfully. However, when I try to runmupx deploy
Tried to increase
"deployCheckWaitTime": 240
which unfortunately did not fix the issue.Any ideas?