Tick this option will cause the page style to be cluttered

Created on 9 May 2024, about 2 months ago
Updated 18 June 2024, 8 days ago

Hello,

Tick this option will cause the page style to be cluttered.

Enforce clean and canonical URLs.

Test for drupal version : 10.2.4

πŸ› Bug report
Status

Active

Version

1.9

Component

Views integration

Created by

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

Comments & Activities

  • Issue created by @msn5158
  • Hello,

    Have you not noticed this problem? Or is it just me that has this problem?



  • Hello,

    The reason for this issue is due to the addition of this rule in the pseudo static:

        location ~* \.(css|js)$ {
            try_files $uri @rewrite;
            expires max;
            log_not_found off;
        }

    If delete it, the page will display normally, but adding this rule can improve the page loading speed. But, this issue does not occur in version 1.8, In version 1.8, regardless of whether this rule is added or not, it can still be displayed normally.

    Can it solve?

Production build 0.69.0 2024