Application failed to respond
Hello so I got stuck with this project. It builds successfully but it gives me this error 503 Application failed to respond when trying to access the page. Why is that ? https://github.com/GeroWalther/plutoMarket
GitHub
GitHub - GeroWalther/plutoMarket: A Modern Fullstack E-Commerce Mar...
A Modern Fullstack E-Commerce Marketplace for Digital Products using Next.js 14 App Router, tRPC, TypeScript, Payload & TailwindCSS, ShadCN, Stripe and more - GeroWalther/plutoMarket
Solution:Jump to solution
please check out this docs page https://docs.railway.app/guides/fixing-common-errors
3 Replies
503*
Solution
please check out this docs page https://docs.railway.app/guides/fixing-common-errors
I tried adding '0.0.0.0' to my express server right after the port but still the same result. How can I fix this? The port is automatically set by railway, isn't it?
thanks