Full-stack app returning "Application failed to respond" whenever I make any request.
I don't have any experience deploying full stack applications like, it's a vue app for client and node express app for backend, no errors show up in the deploy logs but whenever I visit the URL I get "Application failed to respond" error. Any help would be appreciated
Solution:Jump to solution
You would first want to use the Caddyfile and nixpacks.toml file from this repo in your client - https://github.com/brody192/vite-react-template
then follow this guide to deploy your monorepo - https://docs.railway.app/tutorials/deploying-a-monorepo...
9 Replies
Project ID:
0922d368-8789-4838-8d1f-cdf0524779bd
projectID: 0922d368-8789-4838-8d1f-cdf0524779bd
please share your project repo
can I send the link in the dms ?
I appreciate you asking but I'd prefer to keep the conversation here
https://github.com/RagheedObeid/atlanta/tree/dev here you go
GitHub
GitHub - RagheedObeid/atlanta at dev
Contribute to RagheedObeid/atlanta development by creating an account on GitHub.
some context: initially I had 2 separate services connected to the same repo but with different roots, and I couldn't make it work, so I created a package.json for the root dir where both apps exists and created a separate service for it.
Solution
You would first want to use the Caddyfile and nixpacks.toml file from this repo in your client - https://github.com/brody192/vite-react-template
then follow this guide to deploy your monorepo - https://docs.railway.app/tutorials/deploying-a-monorepo
I really appreciate you taking the time, I will let you know if I face any challenges
it's resolved many thanks 👍