Laravel App deployed with Frankenphp DockerFile

I deployed an app using a simple laravel dockerfile, the exact same deployment runs fine on fly.io. On Koyeb, the build completes, but when I use a http health check it never passes but a tcp health check passes and the service stays up. Problem is I cannot access the service, it returns a 502. When I ssh and curl localhost:8000 i do not get a response. It is very puzzling.

Hi @Jamal_Ibrahim_Umar, sorry for a late answer. Is this still an issue? I see that you have running service now.

Yes it still isn’t responding. The App has been running for days now but it still doesn’t respond.

It worked as expected when i tried serving with apache, but all the octane servers behave the same, the app runs, but does not respond.