My mongo instance is stuck on "Completed" state even after restart

This is weird behavior, as I retarted the mongo instance and the deployment status shows "Completed" and the lasts logs are:
Connection accepted

client metadata

Auth metrics report

client metadata

Auth metrics report

Successfully authenticated

Successfully authenticated

Received first command on ingress connection since session start or auth handshake

Received first command on ingress connection since session start or auth handshake
Connection accepted

client metadata

Auth metrics report

client metadata

Auth metrics report

Successfully authenticated

Successfully authenticated

Received first command on ingress connection since session start or auth handshake

Received first command on ingress connection since session start or auth handshake
Solution:
try redeploying mongo, that would likely update its status
Jump to solution
17 Replies
Percy
Percy4mo ago
Project ID: N/A
Brody
Brody4mo ago
can you connect to it still?
simoelalj
simoelalj4mo ago
yes
Brody
Brody4mo ago
very strange, well it's harmless
simoelalj
simoelalj4mo ago
it's my production db...
Brody
Brody4mo ago
are you having connection issues?
simoelalj
simoelalj4mo ago
I can connect to it with the public networking, but it seems that my app is timeing out, (not sure if its due to mongo) but that was my promary suspect
Brody
Brody4mo ago
your app is timing out when accessing it's domain?
simoelalj
simoelalj4mo ago
yes other apps are working within the same project
Brody
Brody4mo ago
send the domain please
Brody
Brody4mo ago
have you also checked the deployment logs? website works fine for me (and discord), is there a specific page that is timing out?
simoelalj
simoelalj4mo ago
Humm, diving into this.. Okay now everything works.. something was odd during the deployment But I'm not reassurred to see the status "Completed" on the mongo instance. can someone of the railway team take a look on it?
Brody
Brody4mo ago
I assure you it's just a display bug in this case
simoelalj
simoelalj4mo ago
Well I cleaned the cache and refreshed the page abd it's stil showing up. this should be fixed. Here's the link of the deployment: https://railway.app/project/3b13cbe2-3b70-48df-8799-b43f302ae6bc/service/20b25899-147a-48b2-bc7b-087e5ec84b56?id=3a6e0398-936f-4b0b-867b-f15c6b2a4dc8
Railway
404 - Page not found
Railway is an infrastructure platform where you can provision infrastructure, develop with that infrastructure locally, and then deploy to the cloud.
Solution
Brody
Brody4mo ago
try redeploying mongo, that would likely update its status
simoelalj
simoelalj4mo ago
Okay that worked