Since ELEMENTS-1589, cached images are not loaded when using S3 direct download and chrome.
Prerequisites:
- S3 package must be installed and configured
https://doc.nuxeo.com/nxdoc/amazon-s3-online-storage/
- Server must be configured using the following option
https://doc.nuxeo.com/nxdoc/amazon-s3-online-storage/#download-from-s3-options
What happens
Images stored in cache are not loaded because of a CORS error
Expected
Images stored in cache should be loaded
- is caused by
-
ELEMENTS-1589 Add the crossorigin attribute to the img tag for nuxeo-document-thumbnail and nuxeo-image-viewer
- Resolved