Closed anderskitson closed 6 years ago
Any fix for this issue? Ran into the same problem.
If you have the same error as in the first comment (SyntaxError: Unexpected token {
), you need to change the docker image in your config: http://meteor-up.com/docs#meteor-support.
@zodern I'm using abernix/meteord:node-8.4.0-base
for the image in the mup.js file since I'm running Meteor 1.6.1.1. So I guess it's not the same issue for me.
@AdrianApan what does mup deploy --verbose
show?
Apparently the mongodb docker instance was spazzing out and causing this issue for me. It kept restarting itself (62 times). Anyway after a mup setup
things got back to normal. Also, I'm now using abernix/meteord:node-8.9.4-base
for the image in mup.js
.
Mup fails at the last step of deployment. I am using VulcanJs.
Mup version 1.4.3 Mup config
Output of mup deploy --verbose
Output of
mup status