bbgun
Error on environmentCreate GraphQL Mutation
Hi,
I have a Github Action that deploys PRs to Railway. It's based on https://github.com/Faolain/railway-pr-deploy with some changes that I made.
It has been working great up until the last week or so, it appears as if something changed with the API, and ever since I'm getting the following error:
If it matters, I'm using a global token (ie from my account settings, not a project settings).
Would appreciate any help with this!
42 replies
GraphQL API Error 504 when creating environment
Hello,
I'm using https://github.com/Faolain/railway-pr-deploy/tree/v2.0.4 to create PR preview environment on Railway.
Unfortunately I'm getting some 504 errors (see attached), seems like an API issue?
Any help would be appreciated.
3 replies
Download built image from railway or ssh access to service.
Hey folks. I'm debugging an issue with my deployment and it would really help if there was a way to have ssh access to my service or to download the docker image and run some commands on it. Is that something that's possible?
My issue is with the following package https://github.com/cloudflare/html-rewriter-wasm
Locally it works but I think that due to how its built the following line messes with the bundler:
and
asyncify.js
is missing from the end bundle which causes the following error on my deployed service:
I verified that by using patch-packages and on my locally built docker the file is now present, however the issue persists on the railway built and deployed
Would appreciate any help on this 🙂26 replies