a year ago
hoyy, how do i connect to my mongodb from outside of my project? (like mongosh and compass) I'm probably missing something in the options but just the link won't do
0 Replies
a year ago
N/A
a year ago
You can find a public MongoDB connection string in your MongoDB service, you can use that to connect to MongoDB from outside your project
Although I'm unsure why you're saying "just the link won't do", what do you mean by that?
When trying to use the same link i'm using in my app i'm getting "connection to 35.214.179.121:20212 closed" on both mongosh and compass
a year ago
Strange, I just connected to my MongoDB database on Railway perfectly on Compass 🤔
are you sure you're copying the correct link?
a year ago
(MONGO_URL
and not MONGO_PRIVATE_URL
)
Same error when trying to access it from my actual app with mongoose (not the deployed one the one on my pc)
but as i said putting it as an enviroment variable to the deployed app works perfectly fine
a year ago
That is uncanny
a year ago
would it be possible that you are behind a firewall such as at a workplace or school?
a year ago
oftentimes firewalls at schools or workplaces block non standard ports such as the random high value ports railway uses for the databases
Well it doesn't work outside of my vm or on my friend's pc so that's not the problem
a year ago
are you using the correct environment variable
I am using the MONG_URL that also works on my express app (when hosted on railway)
a year ago
can you tell me the domain for the tcp proxy?
a year ago
I would appreciate if you could stop the ping replies
a year ago
yes
a year ago
happening to me as well since a few days ago
a year ago
hys are you sure you cant waive your fingers and make it work?
a year ago
well i already deleted the whole database and deployed a new one and i still can't connect outside of railway lol
a year ago
been using the "data" tab since then
a year ago
😧
a year ago
use dbgate in the same project?