Just came to ddev from full virtual machines and love it. Thanks for developing such a great tool:-)
Setup is ddev on WSL, Ubuntu on top. Drupal 8 and 9.
I am now having weird issues with private files in Drupal9. After some debugging I discovered the following:
PHP realpath() returns:
'/home/name/' for realpath('/home/name')
false for realpath('/home/name/drupal9')
the same for any other directory like /home/name/xxx.
I have no idea where to start to fix this.
Any suggestions?
Many thanks Christophe