a year ago
Hello,
I'm facing a persistent deployment issue with my Laravel Docker app.
- My deployment builds and deploys successfully without any errors in the deploy log.
- My HTTP logs show that your router is correctly trying to connect to my container on port 8080, for example:
upstreamAddress: "http://[...]:8080". - However, all requests fail with a
502 connection dial timeout.
This indicates my application process (Apache/PHP) is crashing silently upon startup, before it can respond to health checks. I have already configured my Dockerfile to listen on port 8080, provided a custom Apache vhost, cleared Laravel caches, and installed all necessary PHP extensions.
Could you please look into the low-level runtime logs for my service to see if there are any fatal PHP errors being thrown that are not appearing in the main log stream?
Attachments
2 Replies
a year ago
Hi there - we do not provide any logs that are outside of the http/build/deploy logs. Thinking this is something with laravel config. Opening up to community
Status changed to Awaiting User Response Railway • 11 months ago