You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I would need help to get my deployment to work. The problem is that the application is inaccessible (so says mup status too). I had doubts with the mongo_url but I checked that the app runs OK locally on my computer with it.
Do you have any advice?
Thanks
Hi, after carefully reading the doc I found the issue: it had to do with force-ssl causing a redirection. Kudos, documentation!
A suggestion, though: could 'mup status' be able to detect this situation and give a warning?
Thanks
Hello, I would need help to get my deployment to work. The problem is that the application is inaccessible (so says mup status too). I had doubts with the mongo_url but I checked that the app runs OK locally on my computer with it.
Do you have any advice?
Thanks
Mup version: 1.5.9
Mup config
{
"servers": {
"one": {
"host": "1.2.3.4",
"username": "ubuntu",
"password": "password"
}
},
"app": {
"name": "my-app",
"path": "../",
"servers": {
"one": {}
},
"buildOptions": {
"serverOnly": true,
"buildLocation": "C:\Users\haton\AppData\Local\Temp\mup-meteor-634dc3f8-3d62-40bc-bdb5-971bfd12fcab",
"cleanBuildLocation": true
},
"env": {
"ROOT_URL": "http://subdomain.subdomain.host.com",
"MONGO_URL": "mongodb+srv://user:[email protected]"
},
"docker": {
"image": "zodern/meteor:root",
"stopAppDuringPrepareBundle": true,
"imagePort": 3000
},
"enableUploadProgressBar": true,
"type": "meteor"
}
}
✓ Config is valid
Output of command >mup.cmd status
=> Servers
=> Docker Status
=> Meteor Status - my-app
Created at 2022-11-13T16:33:03.303664653Z
Restarted 0 times
ENV:
Published Ports (Inside Container => On Server):
App running at http://1.2.3.4:80
The text was updated successfully, but these errors were encountered: