Based on the change record β and the fact that I was using nginx/php-fpm I updated my conf file and am no longer seeing the error.
From
location ~ ^/sites/.*/files/styles/ {
try_files $uri @rewrite;
}
To
location ~ ^/sites/.*/files/(css|js|styles)/ {
try_files $uri @rewrite;
}
In case it helps anyone else.
Kristen Pol β credited darchuletajr β .
It's just one line in the issue fork https://git.drupalcode.org/issue/bootstrap_paragraphs-3460883/-/compare/...
Am I missing something?
darchuletajr β created an issue.
darchuletajr β created an issue.
darchuletajr β created an issue.
darchuletajr β made their first commit to this issueβs fork.