I have a problem with my mongo databases
I started getting some error messages from all my mongo dbs in my different projects. Is there a new security thing I need to improve? Like adding the Ip on a white list or so? π
My project Id e33f38fb-934e-4802-a7f5-da2d1c6cde00
9 Replies
Project ID:
e33f38fb-934e-4802-a7f5-da2d1c6cde00
does this cause issues with your apps?
Yes, because it crash my apis because of the time out
can you provide your services logs please https://bookmarklets.up.railway.app/log-downloader/
I think i got the problem, the problem is that my mongo db (another outside railway) has not the ip from railway on its whitelist
I tried with the ip that "ping domain" gives me, but that ip does not work, how can I get the IP from my railway project?
railway projects do not have static ips, you should not be using any ip
But my mongo db is not on railway, is on mongo cloud, and that db needs a ip on the whitelist, I think thats the problem
Here are the logs
you need to whitelist all ips
with this
0.0.0.0/0
Solution
I know, I just wanted be sure that there is no another option, thanks π