Fragly
Explore posts from serversbaserow
mind sending me a screenshot of what plan you're on here:
https://railway.com/account/plans
My suspicion is you're on limited trial plan, causing code deploys to fail
8 replies
How to copy entire build/deploy log?
There isn't really a way to copy the full logs, but there is a way to copy most of them:
- In-App: from your logs, enter
ctrl+k
(or cmd+k
) to open command pallete, then click on Copy Logs
- Bookmarklet: from your logs, use this bookmarklet
the In-App method copies the last 5,000 lines, if i remember correctly, although there are some issues with it
and the bookmarklet method copies the last 1,000 lines, if I remember correctly
-# Note, I haven't checked in a long time so the amount of lines it copies might've changed since23 replies
Deploying App Issue - Cannot Link GitHub Repo
No worries, I believe the issue is that your Angular app is embedded in the
frontend
folder, are you deploying your app from that folder? if so then you might need to place the nixpacks.toml
and Caddyfile
within that folder as well, otherwise you'd want to consider removing the files from frontend
and placing them in the root of the repo49 replies