Inquiry about Next.js SSR and ISR Support on Railway
Hello Railway Community 👋,
I'm currently exploring the possibility of migrating my Next.js project to Railway. One of the key features I rely on is Server-Side Rendering (SSR) and Incremental Static Regeneration (ISR). I've looked through the official documentation but couldn't find any information on this.
Could anyone confirm if Railway supports SSR and ISR for Next.js applications? These features are crucial for the performance and SEO of my project.
Thank you in advance for your insights!
Best regards,
Àlex.
Solution:Jump to solution
railway runs your code as is, if your code or app supports those features, generally so will railway
2 Replies