🇧🇪Belgium vintimpe
🇧🇪Belgium vintimpe
vintimpe → created an issue.
🐛 | Entity Diff UI | Split fields: Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /Drupal/Component/Utility/Unicode.php on line 395
🇧🇪Belgium vintimpe
🐛 | Entity Diff UI | Split fields: Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /Drupal/Component/Utility/Unicode.php on line 395
🇧🇪Belgium vintimpe
🐛 | Entity Diff UI | Split fields: Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /Drupal/Component/Utility/Unicode.php on line 395
🇧🇪Belgium vintimpe
vintimpe → created an issue.
🇧🇪Belgium vintimpe
I tried changing PrivateTempStore in Core
$session->set('core.tempstore.private.owner', Crypt::randomBytesBase64(2));
and it works for anonymous, apparently the session default length is too long to be saved as a key.
I also changed the destination to public by default in VboExportBase for anonymous users.