Ryan The Temp
Ryan The Temp
Explore posts from servers
RRailway
Created by Ryan The Temp on 7/7/2024 in #✋|help
Why are two active deployments shown?
I know there were some UI updates this past week, but now I see two active deployments everytime I do a deploy. Why is that?
13 replies
RRailway
Created by Ryan The Temp on 6/27/2024 in #✋|help
Build hangs with Context: ...
Hi, I'm not sure why, but a few times build just hangs with the only output being:
[Region: us-west1]
==============
Using Nixpacks
==============
context: e7b2f688af0ffebee4e27a48e1bbdedd
[Region: us-west1]
==============
Using Nixpacks
==============
context: e7b2f688af0ffebee4e27a48e1bbdedd
22 replies
RRailway
Created by Ryan The Temp on 2/2/2024 in #✋|help
How do you properly set the node version that you want?
No description
43 replies
RRailway
Created by Ryan The Temp on 10/7/2023 in #✋|help
Google 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
RRailway
Created by Ryan The Temp on 10/6/2023 in #✋|help
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
RRailway
Created by Ryan The Temp on 8/13/2023 in #✋|help
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
RRailway
Created by Ryan The Temp on 6/10/2023 in #✋|help
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
RRailway
Created by Ryan The Temp on 6/1/2023 in #✋|help
Is there a way to specify pnpm version?
17 replies
RRailway
Created by Ryan The Temp on 3/30/2023 in #✋|help
Hey, how can I specify a pnpm version to use?
I tried setting this in package.json:
"engines": {
"pnpm": "8.x"
},
"engines": {
"pnpm": "8.x"
},
But it still seems to use pnpm-7_x
14 replies
RRailway
Created by Ryan The Temp on 3/13/2023 in #✋|help
TOS for video conversion
Hi, is it against TOS to create a service that takes a video input, and converts it? (It uses FFMPEG behind the scenes)
6 replies
RRailway
Created by Ryan The Temp on 1/27/2023 in #✋|help
Nixpacks Dependencies
4 replies
RRailway
Created by Ryan The Temp on 1/20/2023 in #✋|help
Periodic UI 404
33 replies
RRailway
Created by Ryan The Temp on 11/28/2022 in #✋|help
Node 19.x
Is there support for Node 19.x?
38 replies
RRailway
Created by Ryan The Temp on 11/7/2022 in #✋|help
Can't deploy & no error logs
7 replies
RRailway
Created by Ryan The Temp on 11/5/2022 in #✋|help
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
RRailway
Created by Ryan The Temp on 10/25/2022 in #✋|help
Force docker
Is there a way to force docker build? I have a single docker file in a folder, but it still trying to use nixpacks
13 replies
RRailway
Created by Ryan The Temp on 10/21/2022 in #✋|help
Zombie builds
5 replies
RRailway
Created by Ryan The Temp on 10/5/2022 in #✋|help
Hanging builds
I don't know if its related to the npm issue that is already known, but all my builds are hanging on:
#10 [stage-0 6/10] RUN printf '\nPATH=/app/node_modules/.bin:$PATH' >> /root/.profile
#10 sha256:efdb6626ddbba8cd95cb85379fdf4e89aaf1706f71196a98da8f4a827f4a7e8f
#10 [stage-0 6/10] RUN printf '\nPATH=/app/node_modules/.bin:$PATH' >> /root/.profile
#10 sha256:efdb6626ddbba8cd95cb85379fdf4e89aaf1706f71196a98da8f4a827f4a7e8f
39 replies
RRailway
Created by Ryan The Temp on 10/4/2022 in #✋|help
Build failing only on railway.
I'm not sure, why but logs indicate some kind of caching problem.
22 replies
RRailway
Created by Ryan The Temp on 9/30/2022 in #✋|help
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