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
On Linux, at least, the generated images have only user rw permissions. When copied to a space where the web server does not run as the owning user, the images cannot be served.
I'll put in a pr over the weekend to generate them with ugo+r permissions.
The text was updated successfully, but these errors were encountered:
I have a little fix, which I've only tested on Linux. I'll test it on Windows before I put in a pull request. It sets the permissions on variant images to match those of the source image.
This seems to be a long-standing behavior of MiniMagick (see this issue). It seems to me that matching the permissions of the source image is a better match to likely user expectations (certainly mine) that giving them -rw-------.
On Linux, at least, the generated images have only user rw permissions. When copied to a space where the web server does not run as the owning user, the images cannot be served.
I'll put in a pr over the weekend to generate them with ugo+r permissions.
The text was updated successfully, but these errors were encountered: