#Application failed to respond
27 messages · Page 1 of 1 (latest)
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 ?
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?
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 jack
mb 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 solution
i get the same error
there is my github repo https://github.com/ZHKING13/simplon_test_client
you are building with a dockerfile, that would have been very useful information, delete it please
Thank you for marking this question as solved!
thanks but what can i do if i want to add a dockerfile for my projet
thanks sir
something like CMD ["npm","run","start"] ?
yep! you got it