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
Describe the bug
After installing the AWS S3 extension and uploading the product image, the image fails to load and returns ERR_CERT_COMMON_NAME_INVALID error. There are multiple issues when uploading images.
AWS does not provide SSL certificates for bucket-specific urls and Evershop extension doesn't use generic aws s3 url which are ok with HTTPS.
When uploading the image, there is missing param acl: public-read so that images can be available online
the Content-Type is set to application/octet-stream which will download the picture as a file instead of rendering it on the screen.
There is no option to set any settings to correct this or to use Cloudfront.
There's no documentation that explains how to go around this and properly set configure the s3 extension.
To Reproduce
Steps to reproduce the behavior:
Login to dashboard
Create New Product
Under Media upload the image
Image uploads but doesn't display
Expected behavior
The product image should display in the dashboard
Background (please complete the following information):
NodeJS Version 20
Postgres Version 16.4
EverShop Version 1.2.2
OS: [e.g. Window, Ubuntu, Mac-OS] Ubuntu
Browser [e.g. Chrome, Safari] ANY
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
After installing the AWS S3 extension and uploading the product image, the image fails to load and returns
ERR_CERT_COMMON_NAME_INVALID
error. There are multiple issues when uploading images.acl: public-read
so that images can be available onlineapplication/octet-stream
which will download the picture as a file instead of rendering it on the screen.There's no documentation that explains how to go around this and properly set configure the s3 extension.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The product image should display in the dashboard
Background (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: