#I have the error "Application failed to respond" can anyone help me with this?

1 messages · Page 1 of 1 (latest)

valid aspenBOT
#

Project ID: N/A

warped relic
#

10fb3aa6-8aa3-401a-bf20-624a21c44ebe

knotty heron
warped relic
#

no I haven't

#

I will take a look

#

so If I changed the port to caddy suggested port 8080 its showing 404

knotty heron
#

do you have a static site?

warped relic
#

its a react-admin site

#

so yes its static site

knotty heron
#

do you have a built in server?

warped relic
#

Yes I have a separate Bun server running in Railway service

knotty heron
#

try switching to Railpack in the service settings

warped relic
#

ok

knotty heron
#

I will let the community involve themselves in this thread

warped relic
#

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