cartermcalister
cartermcalister
RRailway
Created by cartermcalister on 11/30/2023 in #✋|help
Error: connect ETIMEDOUT/ECONNREFUSED on all db writes
Project ID: 316aa21f-dc55-4e9f-be8f-13129d27d7c0 I'm using the legacy postgres. About 2 hours ago, all db write calls from my application started hanging and resulting in an ETIMEDOUT error. It's now resulting in a ECONNREFUSED error. I have tried redeploying an older version of my application, with no difference. If I build and run the app locally pointed at the prod db, it works normally -- so I believe the issue is with the deployed railway service. current error:
Error: connect ECONNREFUSED 35.227.138.16:6335

at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1595:16) {

errno: -111,

code: 'ECONNREFUSED',

syscall: 'connect',

address: '35.227.138.16',

port: 6335

}
Error: connect ECONNREFUSED 35.227.138.16:6335

at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1595:16) {

errno: -111,

code: 'ECONNREFUSED',

syscall: 'connect',

address: '35.227.138.16',

port: 6335

}
16 replies
RRailway
Created by cartermcalister on 10/2/2023 in #✋|help
Builds failing due to Nixpacks error
Hi, builds across my railway deployed monorepo services have been failing at the yarn install stage all day today, I have retried multiple times throughout the day and get the same error. I've also tried redeploying a previously successful build and got the same error. Dependency install and build works fine locally. error:
87.35 Output:

87.35 /usr/lib/git-core/git-remote-https: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_ABI_DT_RELR' not found (required by /nix/store/aw2fw9ag10wr9pf0qk4nk5sxi0q0bn56-glibc-2.37-8/lib/libdl.so.2)



87.35 /usr/lib/git-core/git-remote-https: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_ABI_DT_RELR' not found (required by /nix/store/aw2fw9ag10wr9pf0qk4nk5sxi0q0bn56-glibc-2.37-8/lib/libpthread.so.0)
87.35 Output:

87.35 /usr/lib/git-core/git-remote-https: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_ABI_DT_RELR' not found (required by /nix/store/aw2fw9ag10wr9pf0qk4nk5sxi0q0bn56-glibc-2.37-8/lib/libdl.so.2)



87.35 /usr/lib/git-core/git-remote-https: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_ABI_DT_RELR' not found (required by /nix/store/aw2fw9ag10wr9pf0qk4nk5sxi0q0bn56-glibc-2.37-8/lib/libpthread.so.0)
12 replies
RRailway
Created by cartermcalister on 12/20/2022 in #✋|help
Prisma generate command failure
Hi, I am experiencing a build failure at the prisma generate step with the following error:
#11 45.18 ✖ Generating Prisma client

#11 45.18
#11 45.18 Error: Get config: Unable to establish a connection to query-engine-node-api library
#11 45.18
#11 45.18 Prisma CLI Version : 3.15.2
#11 45.18 ✖ Generating Prisma client

#11 45.18
#11 45.18 Error: Get config: Unable to establish a connection to query-engine-node-api library
#11 45.18
#11 45.18 Prisma CLI Version : 3.15.2
This works locally, and nothing has changed in my codebase to cause this error. I started getting this error yesterday, and am getting it on when trying to deploy the codebase in a state that worked previously. I do not have a nixpacks config file, nor do I have a monorepo. Here is the info that prints when the build starts:
╔══════════════ Nixpacks v1.0.2 ══════════════╗
║ setup │ nodejs-14_x, yarn-1_x, openssl ║
║─────────────────────────────────────────────║
║ install │ yarn install --frozen-lockfile ║
║─────────────────────────────────────────────║
║ build │ yarn build ║
║─────────────────────────────────────────────║
║ start │ yarn start ║
╚═════════════════════════════════════════════╝
╔══════════════ Nixpacks v1.0.2 ══════════════╗
║ setup │ nodejs-14_x, yarn-1_x, openssl ║
║─────────────────────────────────────────────║
║ install │ yarn install --frozen-lockfile ║
║─────────────────────────────────────────────║
║ build │ yarn build ║
║─────────────────────────────────────────────║
║ start │ yarn start ║
╚═════════════════════════════════════════════╝
I have read this thread: https://discord.com/channels/713503345364697088/1053671377930043482/1053671377930043482 And attempted several of the suggested fixes, but setting NIXPACKS_DEBIAN=1 nor NIXPACKS_NODE_VERSION=14 worked for me. My project ID is 316aa21f-dc55-4e9f-be8f-13129d27d7c0
7 replies