toomanynights → created an issue.
Hey Ranjit1032002, thanks a lot! Unfortunately the error is still there :( The text is different though:
Trying to access array offset on value of type null in Drupal\views_field_view\Plugin\views\field\View->getTokenValue() (line 305 of modules/contrib/views_field_view/src/Plugin/views/field/View.php).
Tried to applied patch from this issue, as it seemed relevant:
https://www.drupal.org/project/views_field_view/issues/2824359
🐛
Using non-token in arguments causes Undefined Index: 'type' warning
RTBC
The error changed, now it's:
Warning: foreach() argument must be of type array|object, null given in Drupal\Core\Asset\LibraryDiscoveryParser->buildByExtension() (line 198 of core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php).
Is there any way to fix this? Thanks!