2 years ago
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
9 Replies
2 years ago
please share your project repo
2 years ago
I appreciate you asking but I'd prefer to keep the conversation here
https://github.com/RagheedObeid/atlanta/tree/dev here you go
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.
2 years ago
You would first want to use the Caddyfile and nixpacks.toml file from this repo in your client -
then follow this guide to deploy your monorepo -
I really appreciate you taking the time, I will let you know if I face any challenges