Since Janary I’m working on a Mautic Project and I use ddev boundled with Mautic to start and stop Mautic for development purposes.
Everything was working fine.
The project run on a Fedora 39 machine.
But two months ago ddev wont’start properly due to ddev-router problem.
Running ddev start
exit with the error:
Starting ddev-router if necessary...
Container ddev-router Created
Container ddev-router Started
Failed to start mautic-5.1.0: ddev-router failed to become ready; debug with 'docker logs ddev-router' and 'docker inspect --format "{{json .State.Health }}" ddev-router'; logOutput=, err=ddev-router container is unhealthy: , more info with [
docker logs ddev-router
docker inspect --format "{{ json .State.Health }}" ddev-router | docker run -i --rm ddev/ddev-utilities jq -r
I’ve followed all the suggestions described in ddev troubleshooting page.
Running docker logs ddev-router
seems ok compared to the same project that work fine in another machine based on Linux Mint.
It seems that one of the Fedora updates changed something that made ddev-router fail to start.
Hope that someone help me to solve this issue.
comanche76 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.