cartermcalister
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:
16 replies
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:
12 replies
Prisma generate command failure
Hi,
I am experiencing a build failure at the
prisma generate
step with the following error:
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:
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-13129d27d7c07 replies