0

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:

  • windows 10 education
  • ddev v1.7.1 installed by choco choco install ddev
  • docker desktop v2.0.0.3

Edits:

  • changed title
  • add windows-10 tag
  • typo
Joehoe
  • 183
  • 3
  • 13

1 Answers1

1

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

Joehoe
  • 183
  • 3
  • 13