- π©πͺGermany MickL
I am having the same issue: Everything freezes after a few clicks. I am on macOS 14.0 and PHP 8.2.11.
Any news on this 1.5 years old issue?
- π©π°Denmark ressa Copenhagen
Quick Start is mentioned a few times in β¨ Recommend DDEV as the default Drupal local development environment Active .
- π©π°Denmark ressa Copenhagen
Quick-start still freezes after around a minute of browsing in Drupal 10.2.1. I tried upping memory to
memory_limit=512M
but it still happens, so memory seems to not be the issue. - Status changed to Closed: cannot reproduce
about 1 month ago 7:13pm 15 December 2024 - π©π°Denmark ressa Copenhagen
As a side effect of π Evaluate the whole idea of the Evaluator guide Active I tried the Quick Start command today, and it doesn't seem to hang any more, it just works. So I am closing the issue, but feel free to re-open, if you can reproduce the problem :)
I used DDEV with this method to check:
git clone https://git.drupalcode.org/project/drupal.git qs && cd qs ddev config --project-type php ddev start ddev composer install ddev php -d memory_limit=256M core/scripts/drupal quick-start demo_umami
It was ready here: https://qs.ddev.site/