#I have the error "Application failed to respond" can anyone help me with this?
1 messages · Page 1 of 1 (latest)
10fb3aa6-8aa3-401a-bf20-624a21c44ebe
hello,
have you checked out our docs for this error? -
https://docs.railway.com/reference/errors/application-failed-to-respond
no I haven't
I will take a look
so If I changed the port to caddy suggested port 8080 its showing 404
do you have a static site?
do you have a built in server?
Yes I have a separate Bun server running in Railway service
try switching to Railpack in the service settings
I will let the community involve themselves in this thread
Thanks Brody! Just to clarify for anyone jumping in:
• This is a React-Admin (Vite) frontend served with Caddy
• It’s a static site, built into dist/
• The container includes Caddy, which is configured to listen on :{$PORT}
• API requests go to a separate Bun server