a month ago
Hi everyone,
I'm trying to deploy the Mkdirs template on Railway.
The official documentation provides guides for Vercel and Dokploy:
Thank you.
1 Replies
a month ago
Heres what worked for me
Connect your forked Mkdirs repo to Railway (they auto-detect Next.js)
Add all your env variables from .env - Sanity, Stripe, Resend, etc.
Make sure the build command is set to whatever package manager you're using (pnpm/npm/yarn)
Hit deploy
Railway's pretty straightforward with Next.js apps. The main thing is making sure all your environment variables are copied over correctly.
If you run into any specific errors during deployment let me know what the build logs say and I can help troubleshoot. Usually it's just a missing env variable or something simple.