elielmartinsbr
Results
1
comments of
elielmartinsbr
> To prevent this you can set `THUMBNAIL_DEFAULT_STORAGE_ALIAS` in settings (`THUMBNAIL_DEFAULT_STORAGE_ALIAS` = 'default' for example) as workaround Adding `THUMBNAIL_DEFAULT_STORAGE_ALIAS` = 'default'` works for me. Thanks.