The patch in #25 was not getting applied on 8.x-1.2-rc1 → release.
I have re-rolled it for 8.x-1.2-rc1 release.
I am also facing the same issues.
Based on the comment 🐛 A valid cache entry key is required. Use getAll() to get all table data. Closed: won't fix , I tried few patches from https://www.drupal.org/project/entity_reference_revisions/issues/2799479 🐛 Views doesn't recognize relationship to host Needs review but I am still getting the same issue.
Interestingly I faced the same issue on Drupal 10.
After I changed the permissions for sites/default/files to 777, I was able to configure Aggregate CSS/JS files options.
amitgoyal → created an issue.
Patch #5 works fine, please release it.
This might help https://www.drupal.org/project/drupal/issues/3276393#comment-15011746 💬 If you answer "no" to Composer plugin authorization prompts, important plugins like composer/installers do not execute, which can lead to an instance of Drupal installed into the vendor directory Fixed
composer require composer/installers
rm -rf vendor/autoload.php vendor/autoload_runtime.php vendor/composer
composer install
I tried following steps to make it work which are similar to https://www.drupal.org/project/drupal/issues/3276393#comment-14493922 💬 If you answer "no" to Composer plugin authorization prompts, important plugins like composer/installers do not execute, which can lead to an instance of Drupal installed into the vendor directory Fixed ,
composer require composer/installers
rm -rf vendor/autoload.php vendor/autoload_runtime.php vendor/composer
composer install
In my case, composer/installers was already set to true. After running the above steps, I was able to clear the cache and run database updates.