short for **meteor up**, mup bundles and packages your Meteor app into a tarball for deployment
Questions tagged [mup]
81 questions
1
vote
0 answers
Using MUP returned a container error
When I used the following config deploying to digitalocean, I did a $ mup setup with no errors and then ran $ mup deploy and everything went well until it tried to prepare bundle...what am I missing here?
This is the error I'm getting with the…

Emmanuel Henri
- 153
- 3
- 27
1
vote
1 answer
Meteor 1.6 docker container ist not restarting after mup deployment
My deployment with meteor 1.6 and mup is hanging. Deployment works but the docker container ist stuck in restarting mode. (restarting since 1 hour..)

dom
- 509
- 1
- 7
- 13
1
vote
1 answer
Verifying deploy failed: "SyntaxError: Unexpected" while Mup builds to NGINX?
Trying to build a meteor app through mup to the digitalOceans droplet, which runs on Nginx.
During this process, I always stack on deployment verifictation.
nodejs & node version: v4.8.4
npm version: 2.15.11
Error:
x Verifying Deployment: FAILED
…

Oleg Smirnoff
- 111
- 1
- 9
1
vote
0 answers
I tried to deploy my meteor website with mupx-letsencrypt - but after doing mup deploy once, nothing works anymore
So I used mupx-letsencrypt to get ssl for my website. Then I used mup deploy and ever since I get a 502 error when I go to the domain and a 503 error when I go to the IP address directly. Any hints appreciated.
This is my mup.json file
{
//…

janjackson
- 351
- 2
- 11
1
vote
0 answers
How to deploy meteor 1.5 application using mup?
I had to update my Meteor application as accounts-facebook was not wokring on previous version which was Meteor 1.3. After running "meteor update" command the meteor version is now updated to 1.5. Previously I was using mupx to deploy my application…

Aanchal Mehrotra
- 31
- 2
1
vote
0 answers
ReferenceError: module is not defined after MUP deploy
I'm using the latest version of Meteor (1.4.3.2), the latest version of MUP (1.2.6) and node v6.10.2 but can't get deploy to work successfully. MUP says that everything built, deployed, and started successfully but I get 502 Bad Gateway errors when…

Ronald Currier
- 575
- 1
- 5
- 11
1
vote
0 answers
Meteor deploy error (mup): pushing meteor app bundle to server failed
I am trying to deploy a meteor app to an AWS server, but am getting this message:
Started TaskList: Configuring App
[52.41.84.125] - Pushing the Startup Script
nodemiral:sess:52.41.84.125 copy file - src: / …

Olivia Zhang
- 11
- 1
1
vote
1 answer
when i am trying to run mupx deploy it is showing error
error in console
shubhabrata@shubhabrata-VirtualBox:~/Meteor/myapp$ mupx deploy
Meteor Up: Production Quality Meteor Deployments
Configuration file : mup.json
Settings file : settings.json
“ Checkout Kadira!
It's the best way to monitor…

Shubhabrata Mukherjee
- 115
- 4
1
vote
1 answer
Meteor mup deploy error
I am continuously getting this error on meteor app deployment using mup deploy command.
mup setup command is working just fine. When mup deploy starts, it executes many commands and reach to a command where it says
'minifying app code'. It stays…

AshishNaik
- 21
- 2
0
votes
0 answers
Docker image run offline
I have a problem with image get from mupjs. I'm base on meteor (v2.10.0) and Vue 3. I get image from server(digitalocean) to run locally(offline) but container alway restarting
and use Mup js (v1.5.10) for deploy to server.
Log on docker :

Roeurb Navy
- 71
- 1
- 9
0
votes
0 answers
Meteor MUP deployment failed
Meteor version 2.1.
MUP version 1.5.9.
While deploying my Meteor App, deployment fails and reverts to the previous version.
Message I get is:
Latest deployment failed! Reverted back to the previous version.
I get no other messages, have no clue what…

Djordje Jordanovic
- 21
- 3
0
votes
1 answer
Using MUP returned a container Errors about nonexistent endpoints and containers are normal
I have been using this MUP config for the deployment until recently. When I encountered an issue and I had to stop, reboot the Instance multiple times.
Then, This causes the meteor app container to shut down and the MongoDB container is running just…

Akolade Adesanmi
- 1,152
- 11
- 15
0
votes
0 answers
abernix/meteord docker build fails while trying to build meteor app
I am using abernix/meteord Docker image to build a docker image for my meteor app. It has always worked until recently.
The issue is the install script does not seem to install Meteor properly, causing the build script to fail.
"meteor: command not…

Omobolanle Aro
- 55
- 6
0
votes
1 answer
MeteorUp volumes and how Meteor can access to their contents
First, thank you for reading my question. This is my first time on stackoverflow and I made a lot of research for answers that could help me.
CONTEXT
I'm developing a Meteor App that is used as a CMS, I create contents and store datas in mongoDb…

LoneWolfLow
- 1
- 3
0
votes
2 answers
node error message during meteor mup deploy
I am receiving many node error messages during the meteor mup deploy.
When I run mup deploy from my Github Action` I am receiving the following error message-
Run cd meteor-api/.deploy/staging && mup deploy
Building App Bundle Locally
discarding…

Istiak Mahmood
- 2,330
- 8
- 31
- 73