That is a strange question. Why would you deploy to localhost?
HUYSIVEING
@huysiveing_gitlab
hello all tgt, can i ask for some question on mup deploy on catalina os not working
anyone help here. coz i can't deploy
Guillaume Darbonne
@guidouil
@huysiveing_gitlab what is the error message? Mup logs?
zodern
@zodern
We will have a new website for Meteor Up 1.5: zodern/meteor-up#1151 The readme has before and after screenshots.
@weliton_sis_twitter I'm curious why you want to deploy to localhost. Mup doesn't support it, but it seems to be a frequent question.
Matt561
@Matt561
I am having the same issue pushing the meteor app bundle to the server. It freezes randomly... sometimes at 0%, 15%, 50%. Not sure what the issue is because there are no logs provided
mup version: 1.4.6, meteor: 1.10.2 meteor node: 12.16.1 imac's node: 14.3.0 (assuming it uses the meteor version)
Very exciting progress @zodern! Just gave a quick test, and it's working great (better than all past releases). Looking forward to playing with all the new features!
Micah Alcorn
@micahalcorn
Thanks for continuing to work on this @zodern. 👍
enzo - Eduardo Garcia
@enzolutions
Hi, folks any ideas how to reduce the First Contentful Paint. and the First Meaningful Paint?
Menaker-john
@Menaker-john
Hello everyone, I have what might be a weird question, but is there an easy way to prevent the Nginx config from auto updating when a docker container starts or stops?
That way we can start and stop the app on a server without affecting load balancing.
_
Artur Sena
@algoz098
Hey! Im tryng to use mup on aws elastic, over gitlab ci, and having some problems looked into the docs and found nothing about. The commands dies before it should. Someone can help me ?
zodern
@zodern
We should document how to use mup in CI, but there isn't anything special to doing it. Could you please share the logs from running mup? Does it complete any tasks?
Foysal Ahamed
@foysalit
Hope everyone's doing great today. I have this peculiar issue with mup and posted an issue about it on github but may be it will get more exposure here: zodern/meteor-up#1161
what's intriguing is that the app works fine in browser and in the networks tab, I can see that the websocket connection is established without any issue.
Foysal Ahamed
@foysalit
actually nvm, I'm a dummy. I was trying to connect to the server without /websocket suffix.
Elie
@elie222
Any ideas what the ElasticBeanstalk issues are with 1.5?
Also, would you recommend not using Beanstalk if it isn't properly supported? I really liked that it could massively save us costs. We only a lot of servers running at very specific times so EBS would save us thousands in server costs per year, but have had many headaches since using it
Just wanted to thank you all for the work on MUP. It saved my ass when heroku was losing the mongoLab addon. I could move my app from heroku to digitalocean flawlessly, in one afternoon, and it now runs better for a cheaper price. You guys are my heroes ! I was thinking about killing that app because of the hassle of fixing the performance issues, and i can see a future for it now that it's running on a more beefy server that makes it usable for my users. Said users (vegetable farmers in france and belgium) are also grateful that the service will keep running, as they use it everyday for the commercialization of their produce. Just wanted to give you all a reminder of the good you're doing by maintaining MUP. Cheers !
Laurent Roger
@lc3t35
@renanlecaro Hi Renan, nice to hear ! I’ve noticed you didn’t setup https which would be better ;)
Renan LE CARO
@renanlecaro
@lc3t35 i'm not sure of what you are talking about, the app in question is proxied by cloudflare to have https between the browser and cloudflare : https://app.ciboulette.net/ I think cloudflare is hitting the server with non ssl requests, but i'm curious of how you'd know that now ^^
zodern
@zodern
Thanks @renanlecaro. It is encouraging to hear how mup is used.
Also, does anyone have a sample configuration for medium-scale deploy? Do people typically run proxy, mongodb, and n meteor instances on n+2 different machines?