Oren
Oren
Explore posts from servers
RRailway
Created by MaTTHD on 1/2/2024 in #✋|help
Caddy with NextJS app running pages router.
I had the same problem but it got away in 2 minutes, problem was the deployment was marked as finished but actually build was finished and I could see nextjs was building pages under observability logs, once that was done it worked great
5 replies
RRailway
Created by Jolo- on 12/15/2023 in #✋|help
I cannot see my project dashboard any more.
20 replies
RRailway
Created by Jolo- on 12/15/2023 in #✋|help
I cannot see my project dashboard any more.
same for me started 5 minutes ago
20 replies
RRailway
Created by Oren on 11/23/2023 in #✋|help
New postgres db volume size is 500mb on hobby plan
just noticed this happens only when I create a blank project and then deploy postgres but doesn't happen when I create the project with postgres directly so seems like a bug
17 replies
RRailway
Created by Oren on 11/23/2023 in #✋|help
New postgres db volume size is 500mb on hobby plan
48059f2a-3780-42fb-8a11-6b67112d96ea
17 replies
RRailway
Created by dwaynemac on 10/11/2023 in #✋|help
cant deploy Postgres S3 Backup template
added @dwaynemac
101 replies
RRailway
Created by dwaynemac on 10/11/2023 in #✋|help
cant deploy Postgres S3 Backup template
this is my slightly modified template https://github.com/orenaksakal/backup-cron-railway one time backup script which you can set to run through railway cronjob to run for cost optimization (almost 0 cost). Also you can name your backups like db name so its easier to distinguish if you hold multiple db backups at the same bucket
101 replies
RRailway
Created by Oren on 11/15/2023 in #✋|help
Node lts support
@jeremy yes I'm already specifying the engines.node field in package.json but the problem is railway/nixpacks supports v20.6.1 as highest version today which is not lts, would be nice to bump this to 20.9.0 aka latest lts
8 replies
RRailway
Created by Oren on 11/15/2023 in #✋|help
Node lts support
63395696-9942-498c-b3e6-8f00f515718f
8 replies
RRailway
Created by Terif on 11/14/2023 in #✋|help
Deploy a nextjs app to railway??
no its just a boilerplate I've built, shared for you to see what works in that stack on railway (everything)
13 replies
RRailway
Created by Terif on 11/14/2023 in #✋|help
Deploy a nextjs app to railway??
yeap my app uses app router, api routes, server components and server actions without any problems you can see the whole stack at https://nextedgestarter.com
13 replies
RRailway
Created by Terif on 11/14/2023 in #✋|help
Deploy a nextjs app to railway??
I switched my nextjs app from vercel to railway without problems, here is my setup - 1 project 3 services on railway 1 postgresql, 1 nextjs app, 1 db backup script on cronjob -> cost of this is around $1.5/m for me traffic is around 200 people a day. - using cloudflare r2, images, dns, proxy, cdn, cache, mail forwarding analytics (its all free, images is $5/m) - you can continue using Image component from nextjs but better to host all images on cloudflare to reduce egress and for faster delivery - remember to use private database url to connect your app to your db to reduce egress - disable image optimization with flags and remove sharp library -> which would reduce your ram usage 3x (nextjs keeps images in memory if you don't so, there is an open github issue on their side) Another option I'm still experimenting with is flightcontrol as I've received some aws credits ($1000/2years) but its definately is 5-10x more expensive when you are out of credits say 2 years later.
13 replies
RRailway
Created by Oren on 10/2/2023 in #✋|help
Next.js /public Images are failing
47550cb7-db8f-453e-82f8-50708e994985
4 replies
RRailway
Created by Oren on 9/25/2023 in #✋|help
Next.js with bun fails to deploy
f8a0275c-4c0e-4cf4-a052-0e5c95759b43
4 replies