Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
abdellahrk opened this issue Dec 24, 2023 · 2 comments
Open

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

abdellahrk opened this issue Dec 24, 2023 · 2 comments

Comments

@abdellahrk
Copy link

abdellahrk commented Dec 24, 2023

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.

@tacman
Copy link
Contributor

tacman commented Jan 8, 2024

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
Copy link
Contributor

tacman commented Jan 8, 2024

also, post your flysystem.yaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants