In my case, I implemented the workaround by disable cache config. This is not...

Contribution Date
Technology
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 Author
Files count
0
Patches count
0