if (strpos($request->getRequestUri(), '?_format=') !== FALSE || strpos($request->getRequestUri(), '&_format=') !== FALSE) {
$auth = $request->headers->get('Authorization');
return NULL !== $auth;
}
We adapted the code in this way to make it ok.
On the server the parameter `?_format=` is added on batch not on local
It seems to appeared only on staging and prod server. Not on local.
myriam_b → created an issue.
myriam_b → created an issue.
Same problem, Content is not rendered when logged and properly rendered for anon users.
I use `attach_library` to load library using Vite in block language, the block is not rendered when logged and rendered for anonymous users.
If i add cache context to this core language block, it's ok (
https://www.drupal.org/files/issues/2232375-54_0.patch →
)
If i disable vite on this library without add cache context it's also ok.
Hello,
Any news for this issue ?
It's ok for me when i update manifest.php like the merge request. Without this patch, Sass file import in my Typescript are not loaded.
Thanks,
myriam_b → created an issue.