connect to my mongodb from outside of my project?

shimshon1HOBBY

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?


shimshon1HOBBY

a year ago

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)


shimshon1HOBBY

a year ago

Yes I am :/


shimshon1HOBBY

a year ago

Same error when trying to access it from my actual app with mongoose (not the deployed one the one on my pc)


shimshon1HOBBY

a year ago

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


shimshon1HOBBY

a year ago

No i'm not, I am using a VM if it makes any difference


shimshon1HOBBY

a year ago

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


shimshon1HOBBY

a year ago

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?


shimshon1HOBBY

a year ago

so the stuff after the @ ?


a year ago

I would appreciate if you could stop the ping replies


shimshon1HOBBY

a year ago

sure


a year ago

yes


shimshon1HOBBY

a year ago

@viaduct.proxy.rlwy.net:20212


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?


shimshon1HOBBY

a year ago

it's suddenly working for me


shimshon1HOBBY

a year ago

so give it a go ig lol


connect to my mongodb from outside of my project? - Railway Help Station