The symptom was that the frontpage which only contained the default node view was empty. The nodes themselves were working, all the other parts of the website like main menu, footer etc too.
The problem was related to permission issues with drush. Those showed when executing
ddev drush cr
failed with a respective error.
The way to fix this fast, is:
rm -rf vendor ddev composer install