mup deploy --verbose stop at Pushing Meteor App Bundle to the Server 0% (Node -v 14.4.0)
See original GitHub issuemup 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:
- Created 3 years ago
- Reactions:5
- Comments:10 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Same problem (Node 14.5.0)
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.