Image styles - thumbnails are broken in config page when private file system is used and if effect "Convert" in use

Created on 9 May 2023, over 1 year ago

Problem/Motivation

This is needed for the convert style to work: πŸ› Image derivative generation does not work if effect "Convert" in use and file stored in private filesystem Fixed

The following patch is necessary to get image style default and sample to work but it does not work on images using the "Convert" style ie. the patch above:
πŸ› Image styles - thumbnails are broken in config page when private file system is used RTBC

Steps to reproduce

use "Convert" to webp on image style page
the sample image is broken

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

πŸ› Bug report
Status

Active

Version

9.5

Component
Image systemΒ  β†’

Last updated 1 day ago

Created by

πŸ‡ΊπŸ‡ΈUnited States SocialNicheGuru

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

Comments & Activities

  • Issue created by @SocialNicheGuru
  • πŸ‡ΊπŸ‡ΈUnited States SocialNicheGuru

    I think I have to modify this.

    It is when i have Convert: webp or anything else in my image style that the sample is not there.

  • πŸ‡«πŸ‡·France GaΓ«lG Lille, France

    In case it can help, I had a similar problem because the private image access system denied access to the thumbnail (403) because the image was not used in any viewable entity for my user (until I gave the "view config page entity" permission).

    I also had another problem because I used the Webp contrib module before, which had created .jpg.webp files in the uploaded images private directory. Then I uninstalled Webp to use the core convert system. With this new system, it's not expected to have converted .jpg.webp files in the uploaded images private directory. These files should only exist in the styled (derivative auto-generated) images private directory.

Production build 0.71.5 2024