You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that the tasks were introduced in this PR and then this other one fixed the generation when uploading a picture.
Maybe a fix is needed also in the rake tasks? If this is the case I can have a look at it.
It ended up that I had the wrong image_file_format for one SVG image (in the table it was png instead of svg).
Anyway I think we need to skip the thumbnails generation, I have now the same error as in the #2090
NoMethodError: undefined method `steps' for #<#<Class:0x00007f878e4f52f0>:0x0000559ea5aed988>
Steps to reproduce
Run one of the generate rake tasks for the picture thumbnails (eg: ´bin/rake alchemy:generate:thumbnails`) when one of the images is in SVG format.
Expected behavior
It should generate the thumbnails for the pictures.
Actual behavior
I get the following error and the task stops:
System configuration
The text was updated successfully, but these errors were encountered: