Questions tagged [mup]

short for **meteor up**, mup bundles and packages your Meteor app into a tarball for deployment

81 questions
1
vote
2 answers

Trying to set file upload limit in mup/nginx-proxy

I am running into a file upload error with files > 10M. I have followed the advice here: http://meteor-up.com/docs.html#advanced-configuration which says how to set it in the nginx proxy by setting the clientUploadLimit: '50M' I pushed the changes…
Mikkel
  • 7,693
  • 3
  • 17
  • 31
1
vote
1 answer

Meteor mup using Lets Encrypt with multiple domains only 1 ip

I have several sites running on different (virtual) ubuntu servers, something like this: mysite.mydomain.com (10.3.0.5) another.mydomain.com (10.3.0.7) siteabc.differentdomain.eu (10.3.0.16) I had paying certificates for all of them, and was using…
TomTem
  • 89
  • 9
1
vote
1 answer

Running "mup deploy" with mup-aws-beanstalk results in "Unable to load plugin mup-aws-beanstalk ReferenceError: regeneratorRuntime is not defined"

Im trying to deploy a project to AWS with Meteor Up plugin mup-aws-beanstalk. Instructions are pretty simple. Install plug in, get some info from your AWS account, modify a file with stuff related to your project, run the deploy command "mup…
1
vote
0 answers

Meteor Mup Fails - npm install --unsafe-perm returned a non-zero code: 1

Although it was working yesterday, I now get an error when deploying my Meteor app to Digital Ocean via Mup. I get the following error: The command '/bin/sh -c cd /built_app/programs/server && npm install --unsafe-perm' returned a non-zero…
Nate88
  • 21
  • 5
1
vote
1 answer

How to improve performance of meteor web application

My Meteor application is deployed on aws EC2 large instance with 8gb ram and 50 gb storage using Mup, My application have more than 30 clients, It slows down at any time in a day i.e. pages keeps on loading. please suggest load balancing techniques…
Tushar Kale
  • 159
  • 1
  • 12
1
vote
0 answers

Accounts.createUser and Meteor.loginWithPassword throw 502 Bad Gateway

I have a problem in my meteor app. My app works fine in localhost, but when I deploy it, and try to create a user with Accounts.createUser or when I try to login with Meteor.loginWithPassword, browser console prints 502 bad gateway and the app…
1
vote
1 answer

How do I host multiple Meteor apps on the same domain and same port?

I am looking to host a series of self-contained Meteor apps on a single server on our local network. Ideally the URLs would look like: http://servername/app1 http://servername/app2 etc... I've tried using mup (meteor up) but that somehow doesn't…
Alex Crouzen
  • 75
  • 1
  • 3
1
vote
0 answers

MUP Deploy Stuck

I am trying to deploy my meteor project at AWS(EC2 instance type => t2.micro) using MUP. But somehow it always stucks when it comes to mup deploy=>Building for web.browser.legacy and every time I need to restart instance from aws console as it…
Rashmi
  • 565
  • 2
  • 7
  • 29
1
vote
1 answer

Meteor up - two apps running one virtual server

I'm trying to run two meteor apps on one VPS machine using the Reverse Proxy setup with meteor-up. According to MUP everything is working fine, however, I can only load one of the websites. Both websites run independently on separate VPS machines…
bp123
  • 3,217
  • 8
  • 35
  • 74
1
vote
0 answers

Test VPS with terminal

I'm trying to deploy my meteor application using MUP and I'm having trouble connecting to the separate VPS running my MongoDB. The MONGO_URL is wrong. Is there a way to test my connection via terminal on my mac so I don't have to keep rebuilding and…
bp123
  • 3,217
  • 8
  • 35
  • 74
1
vote
0 answers

Meteor Mup build : FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed

I am getting this issue now "FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory" and i am unable to pin point what was the issue. I have used mup deploy in the same project before and used to work without any issue,…
Sijan Shrestha
  • 2,136
  • 7
  • 26
  • 52
1
vote
2 answers

Why does Meteor Up (MUP) fail on authentication?

I am currently trying to deploy a Meteor project to an external server for the first time. The server is hosted by DigitalOcean, running ubuntu 16.04, and has an SSH key set up for password-free access. The error I am getting from MUP…
KM529
  • 372
  • 4
  • 17
1
vote
1 answer

Mup error with docker and mongodb while deploying to Digital Ocean

I am trying to deploy a Meteor app using mup, and it is giving me all the time this error: [xxx.xxx.xxx.xxx] x Start Mongo: FAILED ------------------------------------STDERR------------------------------------ Error response…
Diegaker
  • 21
  • 3
1
vote
1 answer

Trouble with mup deploy on AWS-EC2

I am trying to deploy meteor-react-app on Amazon Web Services. Mup setup results in, Started TaskList: Setup Docker [54.69.xxx.xxx] - Setup Docker [54.69.xxx.xxx] - Setup Docker: SUCCESS Started TaskList: Setup Meteor [54.69.xxx.xxx] - Setup…
Rashmi
  • 565
  • 2
  • 7
  • 29
1
vote
1 answer

Meteorjs mup imagePort

I wanna ask Meteorjs mup deploy ImagePort problem, I want to A to B in Image, I don't want 80/tcp, want to remove it.because my apache is used Port 80.it will conflict. enter image description here And this is my mup setting. enter image…
高宇森
  • 25
  • 4