Application failed to respond
my project is active but i can't access to it
Solution:Jump to solution
there is my github repo https://github.com/ZHKING13/simplon_test_client
GitHub
GitHub - ZHKING13/simplon_test_client: le cote client du projet d' ...
le cote client du projet d' émargement des évènements de Simplon - GitHub - ZHKING13/simplon_test_client: le cote client du projet d' émargement des évènements de Simplon
19 Replies
Project ID:
38d2a7ec-1936-41bb-8bbf-fb12e319cdd8
38d2a7ec-1936-41bb-8bbf-fb12e319cdd8
someone can help ?
What do you see when you visit your project link; https://railway.app/project/38d2a7ec-1936-41bb-8bbf-fb12e319cdd8 ?
Railway
Railway
Railway is an infrastructure platform where you can provision infrastructure, develop with that infrastructure locally, and then deploy to the cloud.
Oh you’re talking about your internal project, not your access to it.
What template or repo are you trying to deploy? Without any background I have no information to be of any help.
I know, could you send your build logs and/or deploy logs?
build log
deploy log
this guide will help you, though it's currently a tiny bit broken, it's missing the part about vite, but that just says to replace
serve build ...
with serve dist ...
https://help.railway.app/project-help/f9v3gkPQRy4UShk5SnoPDH/getting-your-create-react-app-running-on-railway/qHRsgxa5n57xLp1yVgk9fP
sorry jackmb just saw the other thing
the command
vite
starts a development server, and you definitely don't want to be running a development server on railway
what you just suggested would get it to work, but it's not the proper solutioni get the same error
Solution
there is my github repo https://github.com/ZHKING13/simplon_test_client
GitHub
GitHub - ZHKING13/simplon_test_client: le cote client du projet d' ...
le cote client du projet d' émargement des évènements de Simplon - GitHub - ZHKING13/simplon_test_client: le cote client du projet d' émargement des évènements de Simplon
you are building with a dockerfile, that would have been very useful information, delete it please
thanks but what can i do if i want to add a dockerfile for my projet
fair question
change the CMD to npm run start (but with the quotes and stuff)
thanks sir
something like CMD ["npm","run","start"] ?
yep! you got it
npm start
should do the thing too, you only need to include the run
if you're running a script different than start in your package.