mohsin
mohsin
Explore posts from servers
RRailway
Created by mohsin on 3/13/2024 in #✋|help
Waiting for service to deploy before another one starts deploying
I have 3 services, 1 is an nginx server, the other 2 are nextjs servers. Right now, the nginx server deploys relatively quicker than the nextjs servers and because of that, i am unable to access routes on any of my nextjs servers with the error:
*7 upstream timed out (110: Operation timed out) while connecting to upstream
*7 upstream timed out (110: Operation timed out) while connecting to upstream
How can I wait for my nextjs servers to deploy before depolying my nginx server?
12 replies
RRailway
Created by mohsin on 2/10/2024 in #✋|help
Mongodb not connecting locally
No description
12 replies
RRailway
Created by mohsin on 2/10/2024 in #✋|help
database connection issue
I'm suddenly not able to connect to my mongodb database locally. My other services seem to still be connected but when I'm trying to connect to it locally I get:
getaddrinfo ENOTFOUND mongodb.railway.internal
getaddrinfo ENOTFOUND mongodb.railway.internal
Connection string: mongodb://username:[email protected]:33764 This is my public networking: https://cdn.discordapp.com/attachments/1205672432359313488/1205739038309621760/image.png?ex=65d976fc&is=65c701fc&hm=7998ce857fb551600a08c0e7a88db9278a67ea5a0a2e8284e9e23ff26789cdc2&
4 replies