Ryan The Temp
Explore posts from serversGoogle oauth redirect_uri_mismatch
Is there way to get google oauth to work? I'm running into weird issues related to the callback during the redirect.
If I understand, railway proxies things in a special way, which causes the issue.
I read in another post that changing the url to
http
rather than https
solves the problem, but that isn't a good workaround because google requires clients that are in production to be https
.18 replies
Database becomes constantly unreachable or times out due to pg adivisory lock
I'm using prisma, and before starting the application, I run the prisma migrations.
It periodically crashes when I do a new deploy. The workaround seems to be redeploy the database service.
Am I doing something wrong here?
4 replies
Application failed to respond for a few seconds after deploy
I have this recurring issue where every time I do a deploy, its successful, but when I check the domain, I get a
Application failed to respond
message from Railway.
I keep refreshing a couple of times, and then it finally loads the newly deployed app. It's as if the deployment is published before it is ready, even though the logs indicate that the server is listening
Any idea what is going on? I tried playing with the health check settings, but it didn't help.22 replies
Is there a way to pass an extra flag to the `install` command?
Is there a way in
Nixpacks
to pass an extra flag? For example, I would like to skip the postInstall
when running pnpm install
and add the --ignore-scripts
flag.
Is there a way to do that in railway.toml
?23 replies
Unable to join beta
Hi, I've had this for some time and I recently tried again.
I'm unable to join the beta program. Everytime I do
/beta
it tells me that I need to link my discord account first. But when I log into railway, it shows that it is already linked.
So, i'm not sure what I need to do... 🤔2 replies
Ability to add a glob for `Watch Paths` setting
I like the ability to not trigger builds unless relevant code changes. However, there are situations where a build needs to happen when the
lock
file at the root of a monorepo changes, as dependency updates do need to be redeployed.
I couldn't find in the docs much on this, but would something like this work?
packages/web/**,yarn.lock
5 replies