🇫🇷France @myriam_b

Account created on 3 March 2015, about 10 years ago
#

Recent comments

🇫🇷France myriam_b
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.

🇫🇷France myriam_b

On the server the parameter `?_format=` is added on batch not on local

🇫🇷France myriam_b

It seems to appeared only on staging and prod server. Not on local.

🇫🇷France myriam_b

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.

🇫🇷France myriam_b

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,

Production build 0.71.5 2024