Account created on 10 April 2018, over 6 years ago
#

Merge Requests

Recent comments

πŸ‡ΊπŸ‡ΈUnited States darchuletajr

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.

πŸ‡ΊπŸ‡ΈUnited States darchuletajr

darchuletajr β†’ made their first commit to this issue’s fork.

Production build 0.71.5 2024