Closed klikrzys closed 7 years ago
How can I reproduce it? I've just spun up vanilla Drupal 8 with the latest compose file, connected to the php container, run composer require drupal/bootstrap
, went to admin UI and successfully enabled it and set as default. No errors occurred.
I've tried to install it from URL. Is it wrong and I should use composer for that?
There was a bug in drupal-nginx image that prevented from installing modules/themes via UI. I've fixed it, update nginx image tag in your docker-compose file to drupal-nginx:8-1.10
(no stability tag) and try again.
It works! Thank you very much :D
I'm getting error while installing themes. Files with theme are in web/themes directory after all.