Keziah
Redis failing to connect
For some reason, redis connection to my project is failing despite I have all the right variables added. I made the same operation a few days ago, and it worked as expected.
Error: getaddrinfo ENOTFOUND redis.railway.internal
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:) {
errno: -3,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'redis.railway.internal'
}
7 replies
Platform not working properly
After a deploy longer than 7 minutes for a small website (less than 20 urls), I've decided to cancel it. It did not cancel anything.
After redeploying again, it also kept deploying forever. So I deleted the project, and decided to create a new one.
When I create a Project, it does not create it, and keep loading for minutes, when I delete it, it does not delete it. If I try to create to create another one, same story.
After several logouts, and a long waiting, I've deployed again, and after 4 minutes, it failed because it did not save the envvars. I've tried again. It does not allow me to add them either.
I've already wasted around 1 hour, while I am losing customers, and money.
I've already wasted around 1 hour, while I am losing customers, and money.
6 replies
Security for MongoDB
I would like to know if there is any extra security implementations that I need to be aware when adding a new MongoDB into my project.
I have private network enabled, but I've watched the TCP protocol, and I am a bit confused. As far as I understood from the docs, with the TCP protocol, the DB can be accesible from the internet. So, is that secure? do I have to limit any IPs to access to the DB or something like that?
11 replies