Domain is not working "Page not found"
Hello guys, I deployed to a project and generated a link from railway, after that I modified it and when I enter it it says "Application failed to respond"
5 Replies
Are you listening on the PORT railway provides?
https://docs.railway.app/guides/fixing-common-errors
Pretty sure that's the problem but i can't figure it out how to solve this. It's the first time when i use Vite and i followed this tutorial https://help.railway.app/project-help/f9v3gkPQRy4UShk5SnoPDH/getting-your-create-react-app-running-on-railway/qHRsgxa5n57xLp1yVgk9fP
1. installed serve
2. added
"start": "serve dist -s -n -L -p $PORT",
to package.jsom
3. changed the command start from railway to npm run start
nothing changedRailway | Help Center
Getting Your Create-React-App Running on Railway – Railway | Help C...
This is a little guide to help you get your create-react-app up and running smoothly
what command does railway say it's running as the start command?
Nvm it worked, i've placed the command manually instead of npm run ..
Thanks for your time
no problem!