Questions tagged [mup]

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

81 questions
0
votes
1 answer

mup deploy Timed out error with a wrong Pushing address

I am trying to do a mup deploy manually after running the mup init successfully. But I am receiving this error message below- ubuntu@dev-ip-xxx-xx-xx-xx:~/myapp/spa/meteor-api/.deploy$ mup deploy Building App Bundle Locally …
Istiak Mahmood
  • 2,330
  • 8
  • 31
  • 73
0
votes
0 answers

First time deploying meteor app with meteor-up

This is the first time i am deploying from Meteor-up and I followed the docs to deploy a dummy application first. I am deploying on a shared linux server. Everything is going great but i can't find my app on ROOT_URL. My domain is pointing to the…
Bilal Bin Zia
  • 596
  • 3
  • 12
0
votes
1 answer

MeteorUp log error: no such file or directory

A Meteor app created locally on a Windows 10, uses Meteor Up to deploy to a Ubuntu VPS. The app is running and accessable from the browser 185.148.129.235. The server code reads the names of the files in a directory located in '/var/www/html/Audio'…
Fred J.
  • 5,759
  • 10
  • 57
  • 106
0
votes
1 answer

mup deploy error - x Start Meteor: FAILED

On Windows 10 PowerShell as admin, trying to deploy a Meteor app using mup, onto a VPS Ubuntu 20.04.2 LTS, all went good but failed to start meteor, as show in the bottom of the print out. I "think" that it is because this sentence at the…
Fred J.
  • 5,759
  • 10
  • 57
  • 106
0
votes
1 answer

Unable to deploy meteor 1.9 on Digital Ocean using mup

I have been trying to deploy meteor 1.9 application on digital ocean droplet via mup but I am not able to do. The issue occurs with sharp installation if I use abernix/meteord:base image. If I use other image with a different node version I get…
0
votes
0 answers

Meteor MUP - Mongo version 4 incompatible

I was very happy to learn that the new Meteor versions support Mongo v4. It seems that MUP does not... If I run 'mup setup' with these mongo settings in mup.js everything goes fine. module.exports = { servers: { one: { host: '****', …
0
votes
1 answer

Mup deploy failed at verification, 172.17.0.4 port 80: Connection Refused

mup.deploy failed at verifying deployment. C:\...appPath...>mup.cmd deploy --verbose Building App Bundle Locally Started TaskList: Pushing Meteor App [188.166.224.###] - Pushing Meteor App Bundle to the Server [188.166.224.###] - Pushing Meteor App…
user2587676
  • 117
  • 1
  • 11
0
votes
1 answer

Meteor site locks up when trying to add new account

I recently updated my Meteor based website from 1.3 to 1.8, while including a Let's Encrypt SSL. When I attempt to add new users after being deployed using MUP, the UI for adding users collapses down to three strobing bars but never completes. …
CodeDragonDM
  • 107
  • 12
0
votes
2 answers

Meteor app on digitalocean with https://app and https//www. Sometimes fails to serve https://app

Problem: My app runs on digitalocean droplet with multiple domains: proxy: { domains: 'example.com,www.example.com', ssl: { letsEncryptEmail: '@' } } Sometimes, for about half an hour the https://example.com fails to load completely but…
Simofy
  • 123
  • 1
  • 6
0
votes
1 answer

is it possible to use MUP to deploy / manage same app from multiple computers

lately (04/24/2019) I install the MUP on my office ubuntu 16.04 desktop computer and deploy a Meteor App to a cloud server, it works great! love it. but I have a MacBook at home; now I can only do mup reconfig/mup stop /start on office computer,…
Robin Jiao
  • 113
  • 10
0
votes
1 answer

How do I switch SSL providers in MUP

In order to use Letsencrypt SSL in MUP I just use add a proxy in the config file: proxy: { domains: 'mydomain.com,www.mudomain.com', ssl: { // Enable let's encrypt to create free certificates. // The email is used by Let's Encrypt to notify you…
Ninja
  • 83
  • 6
0
votes
1 answer

Meteor website showing "Bad Gateway" for unknown reasons

We are hosting one of our website on AWS, deployed successfully without any error but sometimes for some unknown reasons it shows "BAD GATEWAY", unable to figure out why it is so. In this case, we manually again deploy it and everything goes to…
Rashmi
  • 565
  • 2
  • 7
  • 29
0
votes
0 answers

Deploying VulcanJS app with mup on AWS EC2

I am trying to deploy a VulcanJS app with mup on AWS EC2 instance. I've set my DNS record type A, for the domain on cloudfare with the IPv4 given by amazon, I followed the instructions given by the Vulcan Documentation and mup documentation. The…
monchisan
  • 590
  • 8
  • 24
0
votes
2 answers

Can't connect to a mongodb if it is secure

I'm trying to connect my app to MongoDB using MONGO_URL: in MUP. The database is on an independent VPS. The VPS is behind a firewall and is connected to the app VPS via a private network. If I don't secure the database with a username and password I…
bp123
  • 3,217
  • 8
  • 35
  • 74
0
votes
1 answer

npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but npm-shrinkwrap.json was generated for lockfileVersion@0

Getting error: npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but npm-shrinkwrap.json was generated for lockfileVersion@0 while running MUP.
Rashmi
  • 565
  • 2
  • 7
  • 29