LiipImagineBundle icon indicating copy to clipboard operation
LiipImagineBundle copied to clipboard

Image not generating but the image link includes a resolve path.

Open abdellahrk opened this issue 2 years ago • 2 comments

Hello devs, I recently deployed a new project on a VPS using Nginx as my weberver. Locally, everything works but on production, it does not generate the images. This is my liip_imagine.yaml

liip_imagine: # valid drivers options include "gd" or "gmagick" or "imagick" driver: "gd" #resource: "@LiipImagineBundle/Resources/config/routing.yaml" resolvers: default: web_path: ~ loaders: default: filesystem: data_root: ~ webp: generate: false

`filter_sets:
    cache: ~
    my_thumb:
        quality: 95
        filters:
            thumbnail: { size: [257, 183] }
    ad_normal_size:
        quality: 75
        filters: 
            thumbnail: { size: [380, 270] }
    ad_page_big:
        quality: 90
        filters: 
            thumbnail: { size: [380, 270] }
    ad_page_normal: 
        quality: 90
        filters: 
            thumbnail: { size: [253,180]}
    small_on_homepage:
        quality: 90
        filters: 
            thumbnail: { size: [105, 75] }`

Thank you.

abdellahrk avatar Dec 24 '23 04:12 abdellahrk

Can you edit your issue so that it formats correctly? using 3 backticks yaml, especially the liip config yaml

small_on_homepage:
        quality: 90
        filters: 
            thumbnail: { size: [105, 75] }`

tacman avatar Jan 08 '24 12:01 tacman

also, post your flysystem.yaml

tacman avatar Jan 08 '24 12:01 tacman