Hi, I have a docker container of a Laravel application built with frankenphp and every time I send a request when the container is in "Ready" state it fails with the following error:
Container error: The container is not listening in the TCP address 10.0.0.1:8080
After some seconds (like 2-3 seconds) I do the exact same request and it returns correct data...
Any idea on how to fix this? Have seen the docs but can't figure it out.