Contribution Date
Technology
Contribution Project
Contribution Details
In my case, I implemented the workaround by disable cache config. This is not a proper solution but at least I got unblocked.
In sites/default/services.yml
services:
cache.backend.null:
class: Drupal\Core\Cache\NullBackendFactory
In settings.php
$settings['cache']['bins']['config'] = 'cache.backend.null';
Issue Status
Needs work
Contribution Issue Link
Contribution Link
Files count
0
Patches count
0