Just deployed my vite react app, when I try to visit it I get "Application failed to respond"
elitecarlson
TRIALOP
2 years ago
I built and deployed a Vite React app from my Github repo.
Once that was done I created and generated a domain.
When I tried to visit that domain I got the error "Application failed to respond".
How can I go about fixing this, I am planning on also creating another project which will be connected to my Github for the nodejs server for my app and then later on create a postgres databse also.
Any help would be highly appreciated.
2 Replies
dev
MODERATOR
2 years ago
I recommend serving your app via Caddy, to do that you can go to this repo https://github.com/brody192/vite-react-template and copy the Caddyfile and nixpacks.toml file into your project
Status changed to Solved Railway • over 1 year ago
elitecarlson
TRIALOP
2 years ago
Thanks a lot it now works