2 years ago
Hello Team,
We have deployed our nodeJS service, mongoDB and vite app on the platform and it was working fine 2 hours ago. Suddenly, we noticed that the mongo server is crashing and we are not able to connect it on mongoDB compass as well. When we checked on railway.app then we noticed the server was crashed. We tried to redeploy and restart the server multiple times but it's crashing all the time. Please help us out to run the service again.
Thanks
ⓘ Deployment information is only viewable by Project members and Railway admins.
9 Replies
2 years ago
Could you share the full deploy logs here?
2 years ago
I'm going to default to the most common issue for mongo crashing, that would be it tried to allocate more than 500mb of disk space, since that's all you can get on the trial plan, you would need to upgrade to Hobby and then go into Mongo's volume and grow it to 5gb.
2 years ago
Hey, we just noticed, the other 2 apps are also failing now. We don't know the reason for that because all are working fine locally. Can you comment on those too?
2 years ago
If they are trying to connect to a database that is not online they are going to crash too, upgrade to the Hobby plan and grow your volumes and then restart all services involved.
2 years ago
Hello, we upgraded the plan to hobby but the mongo server is still crashing with the same error. This doesn't look right.
2 years ago
Also, keeping the mongodb and nodejs microservice aside, the frontend application is also crashing.
I am unable to figure out the reason for the same since that was working previously.
2 years ago
Yes we both are working together.