Jay
Explore posts from serversCaddy server not receiving "accept-encoding" headers correctly
I have a static site deployed via railway using Caddy and when I look at the logs of my caddy server the accept-encoding only receives a "gzip" value rather than what the request has sent.
4 replies
Getting a "prefix not found" error when running railway up
I'm trying to deploy a monorepo via railway CLI but only one of the repos is deployed on railway, so i'm using Docker to do so and using railway.json inside the repo folder for the configuration. When I run
railway up --servicename --environment <PATH_TO_RAILWAY_JSON>
I'm getting a prefix not found error.
Is there a way to know where the error is/how to fix it?
Thanks!29 replies
Issue when deploying node app using docker
I'm having issues when I'm trying to deploy a node app with docker, when I build and run the image locally it runs fine but on railway it shows me the build the built node file not found. Also, this is something that is fairly recent and my docker config file hasn't changed so not sure why this might be happening. Help appreciated, thanks!
26 replies
Is there way to have Github Action fail if `railway up` fails
So I have a bit of a custom setup which requires me to use Github Actions to publish to railway, it's working good so far but I wanted to know if there is a way for me to have the Github Action fail if
railway up
command fails for some reason. Currently it just outputs
and the github action completes.
Happy to share more context if needed7 replies
CDCloudflare Developers
•Created by Jay on 3/26/2024 in #general-help
Remove wrangler authorization from cloudflare dashboard
Hi, is there a way for me to remove authorization for a previously logged in wrangler instance using the dashboard? Something like what I can do what Github cli where I can unauthorize the app.
3 replies