question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

mup deploy --verbose stop at Pushing Meteor App Bundle to the Server 0% (Node -v 14.4.0)

See original GitHub issue

mup deploy --verbose stop at Pushing Meteor App Bundle to the Server 0% I try this on Macbook Pro 2020 terminal However this problem not occur in my Old Macbook with same version Mup version :1.5.1

Mup config

module.exports = {
  servers: {
    one: {
      // TODO: set host address, username, and authentication method
      host: 'my-ip',
      username: 'root',
      pem: '~/.ssh/id_rsa',
    }
  },

  app: {
    name: 'myproject',
    path: '../',
    type: 'meteor',
    servers: {
      one: {},
    },

    buildOptions: {
      serverOnly: true,
    },

    env: {
      ROOT_URL: 'https://my-ip,
    },

    docker: {
      image: 'abernix/meteord:node-12.16.1-base',
    },

    enableUploadProgressBar: true
  },

  mongo: {
    version: '3.4.1',
    servers: {
      one: {}
    }
  },

  proxy: {
    domains: 'mydomain.com,www.mydomain.com',

    ssl: {
      forceSSL: true,
      letsEncryptEmail: 'email@gmail.com',
    }
  }
};

Output of command

Building App Bundle Locally
Browserslist: caniuse-lite is outdated. Please run next command `npm update`
                                           
Started TaskList: Pushing Meteor App
[myip] - Pushing Meteor App Bundle to the Server
[                                       ] 0% 0.0s

Edited: Reproducable on Node version 14.4.0

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:5
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
maxcrystalcommented, Jul 22, 2020

Same problem (Node 14.5.0)

1reaction
derwaldgeistcommented, Jul 2, 2020

Same problem here. I had just updated to Node 14.4.0 and noticed that mup won’t deploy anymore. Upload stops at 0%. Going back to 12.8.2 solved the problem.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Mup deploy failing when pushing Meteor App - help
This error I'm seeing is when mup is Pushing Meteor App and it's ... stop at Pushing Meteor App Bundle to the Server...
Read more >
meteor build failed on mup deploy - node.js - Stack Overflow
Run cd meteor-api/.deploy/staging && mup deploy Building App Bundle Locally Started TaskList: Pushing Meteor App [13.xx.xxx.xxx] - Pushing ...
Read more >
Documentation - Meteor Up
Builds a new docker image containing the // app's bundle and npm ... This is also the last step of mup deploy ....
Read more >
mup-node - npm
mup -node plugin. Deploy your Node.js apps with Meteor Up! This plugin is under development and is missing some features. Getting started.
Read more >
Bountysource
mup deploy --verbose stop at Pushing Meteor App Bundle to the Server 0% (Node -v 14.4.0)
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found