simoelalj
MongoNetworkError: getaddrinfo ENOTFOUND mongo.railway.internal
I'm getting random errors from my NodeJS express app.
I have added the 100ms before connecting to mongo on the start.
The app connects successfully, and can query the Mongo database, but randomly I get an
getaddrinfo ENOTFOUND
error, which makes my app unstable.
Any idea about what might be happening?20 replies
Redeploy (when we edit an env variable) doesn't pick the railway.toml
My service is using a custom railway.toml so that it can use a custom dockerfile, I deploy to railway using
railway up
. So far everything is good (it uses my dockerfile). However when I edit an env var, it redeploy, but this time it uses the nixpacks
builder instead of dockerfile
.7 replies