website cant load
fatidaprilian
FREEOP

8 months ago

Hello,

I'm facing a persistent deployment issue with my Laravel Docker app.

  1. My deployment builds and deploys successfully without any errors in the deploy log.

  2. My HTTP logs show that your router is correctly trying to connect to my container on port 8080, for example: upstreamAddress: "http://[...]:8080".

  3. 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?

$10 Bounty

2 Replies

sarahkb125
EMPLOYEE

8 months 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 8 months ago


samgordon
PRO

8 months ago

Can you share your repository, or at least the Dockerfile?


Loading...