Ddev started succesfully my project and tells me "project can be reached at http://example.ddev.local https://example.ddev.local, http://127.0.01:32771"
I read in config.yaml
# name: <projectname> # Name of the project, automatically provides
# http://projectname.ddev.local and https://projectname.ddev.local
But my project can only be succesfully reached at http://127.0.01:32771 instead automatically provinding the http://projectname.ddev.local https://projectname.ddev.local.
how to solve this
Version and configuration information:
v1.7.1
installed by choco choco install ddev
v2.0.0.3
Edits:
the problem is windows has 10 hosts max in etc/hosts
and doesn't work any more after that.
The solution is ddev remove --all && ddev hostname --remove-inactive