Closed byrond closed 1 year ago
I am seeing some errors that I think are related to this issue on the module and status pages https://www.drupal.org/project/drupal/issues/3293463
https://drupal10.ddev.site/admin/modules
https://drupal10.ddev.site/admin/reports/status
other than that this is looking good!
@Kbentham I added the patch in the Drupal core issue you found, but I still got the same error after first install and going to the status page. Clearing cache made the error go away. I removed the patch, so could you confirm that clearing cache after installing the site allows the status page to work?
We might need to update The Build to clear cache when it's done switching the profile, so this manual step isn't required after running the first Drupal install.
Description
A description of the changes. Consider including images/gifs to demonstrate behaviors (e.g. using Skitch or GIPHY Capture).
Testing instructions
composer create-project palantirnet/drupal-skeleton drupal10 dev-drupal-10 --no-interaction
cd drupal10
.ddev/config.yaml
and change thename
todrupal10
ddev start
ddev ssh
vendor/bin/the-build-installer
Remaining tasks
the-build
^4@beta
(or^4
if there is a stable release).