โšก๏ธ Live updates comments, jobs, and issues, tagged with #Drupal Core 10 will update issues and activities on this page.

Issues

The last 100 updated issues.

Activities

The last 7 days of comments and CI jobs.

  • ๐Ÿ‡ฌ๐Ÿ‡งUnited Kingdom rick bergmann

    I still have this issue. I see it is because for some reason Drupal is changing the ownership of the sites/default/files/js and sites/default/files/css directories back to www-data:www-data when it generates new aggregated css/js files. This is on my prod server so I need to keep aggregation enabled.

  • ๐Ÿ‡ฎ๐Ÿ‡ณIndia mdsohaib4242

    Try turning off aggregation in the settings.php file

    $config['system.performance']['css']['preprocess'] = FALSE;
    $config['system.performance']['js']['preprocess'] = FALSE;
    

    Or a workaround would be to manually search and delete the .js file.

Production build 0.71.5 2024