ERR_QUIC_PROTOCOL_ERROR

Created on 17 December 2023, 11 months ago
Updated 18 December 2023, 11 months ago

Problem/Motivation

After updating Drupal 10.1 to Drupal 10.2 I get the error "ERR_QUIC_PROTOCOL_ERROR" in the console of the browser.

Steps to reproduce

Environment:

  1. nginx 1.25.3 with http3 enabled
  2. Firewall (ufw) disabled
  3. Drupal 10.2
  4. Lets encrypt certificate

Before the update the site was working correctly without any error showing.

nginx config for the vhost

location ~ '\.php$|^/update.php' {
    add_header Alt-Svc 'h3=":$server_port"; ma=86400';
    add_header X-protocol $server_protocol;
    fastcgi_split_path_info ^(.+?\.php)(|/.*)$;
    try_files $fastcgi_script_name =404;
    include fastcgi_params;
    fastcgi_param HTTP_PROXY "";
    fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
    fastcgi_param PATH_INFO $fastcgi_path_info;
    fastcgi_param QUERY_STRING $query_string;
    fastcgi_intercept_errors on;
    fastcgi_pass unix:/run/php/php8.2-fpm.sock;
}

No changes where made to the nginx config. My others sites based on Drupal 10.1 on the same environment work perfectly.

---

After doing a reroll back to 10.1 the site works again, so I am assuming it has to do with Drupal 10.2 because nothing else was changed.

🐛 Bug report
Status

Closed: duplicate

Version

10.2

Component
Other 

Last updated about 4 hours ago

Created by

🇩🇪Germany sense-design Münster

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024