I can also confirm that there is no flashing with 3.5.1.
Same problem here
Patch cannot be applied anymore.
Time for a new version release for Drupal 11.
I have the same issue but with a docx document. Most of the docx files are excluded but some of them still get returned to the search result.
#5 👍 works for me too, new version please.
Getting the same error "Markup" error as mentioned in #24.
Patch works for me in project.
Issue confirmed, same here for me.
sense-design → created an issue.
New patch
New patch attached
New commit added because of instagram api changes, see https://developers.facebook.com/docs/instagram-api/reference/ig-user/med...
Seems that Drupal 10.2.1 fixes the issues. I could not find any errors anymore.
Rerolled the patch to replace the current "Content-Length" in Header.
Maybe I found the issue, the ERR_CONTENT_LENGTH_MISMATCH made me think about it and I changed one line to recalculate the content length because the minify process make the response smaller.
I found that the problem is somewhere here
if (!empty($this->placeholders)) {
foreach (array_reverse($this->placeholders, TRUE) as $placeholder => $value) {
$this->content = str_replace($placeholder, $value, $this->content);
}
}
If I comment the third line no errors are thrown anymore so something with the placeholders is not working correctly anymore or causing some issues with the correct replacement.
So after some research and additional setup of a copy of the site based on Drupal 10.2 the following error shows up in the nginx error log.
2023/12/19 14:24:57 [error] 27275#27275: *11131 upstream prematurely closed FastCGI request while reading upstream, client: CLIENT-IP, server: DOMAIN.TLD, request: "GET / HTTP/2.0", upstream: "fastcgi://unix:/run/php/php8.1-fpm.sock:", host: "DOMAIN.TLD"
The errors in the browser console are
- ERR_QUIC_PROTOCOL_ERROR
- ERR_HTTP2_PROTOCOL_ERROR
I am in.
@slydevil, if required I can give you access to a copy of the site with the error.
This is related to http3 with nginx which is using quic (udp) for connection.
I am also investigation but with DDEV the error is not reproducable. Trying with a snapshot of the productive environment and see what happens.
Will respond as soon as possible with my investigations.
sense-design → created an issue.
Site does not show at all.
Issue is in all modern browsers
Chrome 120
Firefox 120
Safari
sense-design → created an issue.
Fix is attached by merge request.
sense-design → created an issue.
Yes, related to 10.1 update. 10.0.x did not have this appearance.
When will be the D10 compatible release? A month has passed.
Patch attached, please review
Patch to fix this is attached. Please test and review.
sense-design → created an issue.
Tested on Drupal 10.0.x and 6.0.2 and works now. For me this is RTBC.