Tanner Scadden
Tanner Scadden
Explore posts from servers
RRailway
Created by WearBullish on 7/30/2023 in #✋|help
Deployment via github taking more than 25 minutes
They have the outage here: https://railway.instatus.com/clkpggld3229762hdn477lyftsv My deployment went up after ~35 minutes but the dash is down now too which I'm sure they're aware of.
45 replies
RRailway
Created by WearBullish on 7/30/2023 in #✋|help
Deployment via github taking more than 25 minutes
Running into this issue now and I have a bug I am trying to fix :/
45 replies
RRailway
Created by Tanner Scadden on 3/5/2023 in #✋|help
Branch stuck loading after renaming it on github - no longer linked
https://discord.com/channels/713503345364697088/1067365735262859294 This resolved the issue. Hope this helps the bug get patched 🙂
4 replies
RRailway
Created by Tanner Scadden on 9/22/2022 in #✋|help
Root Directory `` does not exist
appreciate it!
7 replies
RRailway
Created by Tanner Scadden on 9/22/2022 in #✋|help
Root Directory `` does not exist
Thanks!
7 replies
RRailway
Created by Tanner Scadden on 8/15/2022 in #✋|help
monorepo .next folder not included in docker image
It is building and deploying now! Issue seems to be if the folder name starts with "." It is missing even right after building.
50 replies
RRailway
Created by Tanner Scadden on 8/15/2022 in #✋|help
monorepo .next folder not included in docker image
Spoke too soon. /.dist doesn't work, but /dist does. Looks like it doesn't like build folders that start with "." Gl with this bug!
Could not find a production build in the '/app/apps/app/.dist' directory.
Could not find a production build in the '/app/apps/app/.dist' directory.
50 replies
RRailway
Created by Tanner Scadden on 8/15/2022 in #✋|help
monorepo .next folder not included in docker image
.dist doesn't show when I log out the file structure but it runs. Not sure what exactly happened or why it's working again. My project ID is at the top if your team ever wants to look into my build history and try to figure it out. Thanks for your time @Cooper! Enjoy your night 🙂
50 replies
RRailway
Created by Tanner Scadden on 8/15/2022 in #✋|help
monorepo .next folder not included in docker image
Setting a custom buildpath in nextconfig works. I changed the folder to be /dist and it runs now. Changing the folder name to be .dist to see if that breaks it.
50 replies
RRailway
Created by Tanner Scadden on 8/15/2022 in #✋|help
monorepo .next folder not included in docker image
I logged out each folder's layer after the build is complete and the .next folder is missing. Trying a custom buildpath to see if that fixes it
50 replies
RRailway
Created by Tanner Scadden on 8/15/2022 in #✋|help
monorepo .next folder not included in docker image
Pretty sure it stays scoped to the folder it was built in and that's all included in the docker image. Only thing I can really think of is .next folders are in the gitignore, and maybe docker excludes them because of that. I'm not very good with docker so this has me stumped.
50 replies
RRailway
Created by Tanner Scadden on 8/15/2022 in #✋|help
monorepo .next folder not included in docker image
Could not find a production build in the '/app/.next' directory.
Could not find a production build in the '/app/.next' directory.
50 replies
RRailway
Created by Tanner Scadden on 8/15/2022 in #✋|help
monorepo .next folder not included in docker image
Let me change the start command and see if that fixes it.
50 replies
RRailway
Created by Tanner Scadden on 8/15/2022 in #✋|help
monorepo .next folder not included in docker image
It goes to the root of the project it is built in.
50 replies
RRailway
Created by Tanner Scadden on 8/15/2022 in #✋|help
monorepo .next folder not included in docker image
Build stage runs fine, start errors out with directory not found.
Could not find a production build in the '/app/apps/client/.next' directory.
Could not find a production build in the '/app/apps/client/.next' directory.
50 replies
RRailway
Created by Tanner Scadden on 8/15/2022 in #✋|help
monorepo .next folder not included in docker image
The docker image that gets built is ignoring .next folders in monorepos.
50 replies
RRailway
Created by Tanner Scadden on 8/15/2022 in #✋|help
monorepo .next folder not included in docker image
Ya it was a fix to get it deploying, but that workaround isn't working anymore. Site isn't being used by clients yet so I'm not too worried.
50 replies
RRailway
Created by Tanner Scadden on 8/15/2022 in #✋|help
monorepo .next folder not included in docker image
It was a workaround that was working for getting around the docker image not including the .next folder
50 replies
RRailway
Created by Tanner Scadden on 8/15/2022 in #✋|help
monorepo .next folder not included in docker image
Could be. I didn't think about it before but it is weird that only 1/3 of the nextjs apps will build correctly, and it's random which one will.
50 replies
RRailway
Created by Tanner Scadden on 8/15/2022 in #✋|help
monorepo .next folder not included in docker image
Okay. I'll wait until tomorrow. Thanks for the update 🙂
50 replies