Digital Ocean MUP Deployed meteor app issue

Hi,

I have an app which I recently deployed using mup on digital ocean, all is went well, after mup deploy, i can see my app up and running but when I refresh my browser, my app is not accessible or not found, so I tried to mup setup again then mup deploy again, just like the previous steps i can see my app but again when i refresh my browser to check if the issue is gone, again my app went offline.

Is there any of you experiencing this kind of issue?

I’ve follow the instructions on deploying meteor app via mup on digital ocean.

I already removed nginx as I previously installed on server before i deploy my app, again same issue.

What seems to be the problem here?

Appreciate any help!

Thanks,

Sounds to me like an error could be causing your application to crash and possibly restart. I would try to fun mup logs -f right after deploying to the vps and then keep an eye on it as you load the page in your browser for the first time to see when might be happening.

I get this error:

error: Forever detected script exited with code: 8

Ok, I’ve re-setup and re-deployed my app and revised my mup.json, i increased the deployCheckWaitTime to 30 and all is well now.

Thanks @copleykj for you time to look on it!

1 Like

No problem, that’s what we are all here for.

1 Like