- Issue created by @kevinquillen
- πͺπ¨Ecuador jwilson3
This was reported upstream https://github.com/ddev/ddev/pull/6941 and has been fixed in DDEV HEAD.
Expected Behavior
ddev config should work even if a module of a Drupal project has a .ddev in it (which often happens when using the ddev/ddev-drupal-contrib add-on)
Actual Behavior
In v1.24.2, if you do a ddev composer install that happens to pull in a component (like a Drupal module) which had a .ddev directory, you can't ddev config the project.
The workaround for now (until next ddev release is available) is:
ddev delete -Oy svg-image-field
Automatically closed - issue fixed for 2 weeks with no activity.