Chen
Chen
Explore posts from servers
RRailway
Created by Chen on 6/28/2024 in #✋|help
pricing for database hosting
Hey all! I'm hosting a postgres instance on Railway and I'm not too sure how the pricing there is calculated! Would someone mind explaining a little for me?
5 replies
RRailway
Created by Chen on 6/10/2024 in #✋|help
Build failing immediatley
No description
4 replies
RRailway
Created by Chen on 6/5/2024 in #✋|help
Failed to deploy because unable to download nix?
No description
15 replies
RRailway
Created by Chen on 5/11/2024 in #✋|help
is it possible to automatically deploy replicas based on CPU/RAM usage?
I looked around a bit in the docs but don't see anything talking about that.
4 replies
RRailway
Created by Chen on 7/5/2023 in #✋|help
How does it work under the hood when I deploy a NextJS app with serverless functions?
I've deployed a Next13 app router project to Railway, and it worked surprisingly well without any hiccups.(funny, i can't seem to deploy to vercel for) So Vercel takes the API routes and turns them into serverless functions, I"m not too familiar with how that works under the hood. To my understanding, Railway does not do that, so what's happening under the hood? Is there a persistent express server or something?
14 replies
RRailway
Created by Chen on 7/3/2023 in #✋|help
how do i update pnpm in nixpack before installing?
I'm trying to do npm i -g pnpm, but railway seems to be automatically detecting my pnpm-lock and is just doing pnpm install before those build scripts.
19 replies
TTCTheo's Typesafe Cult
Created by Chen on 6/8/2023 in #questions
how should i think about trpc with NextJs 13 server actions?
I've been using server actions and it feels like writing trpc functions. Except, there is no react query in the clientside. I suppose I can tie them together and it'll be even more like trpc? what do u guys think about that?
3 replies