VaporImage SignatureDoesNotMatch #6799
-
Description:When uploading a file to VaporImage field, I get the following error:
I retrieve a valid response from
Due to this error message given by AWS S3, the status can not be checked and VaporImage returns a Uncaught TypeError. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Seems like a configuration issue. Nova doesn't store any specific Vapor or S3 configuration and only rely on Laravel Vapor configuration. |
Beta Was this translation helpful? Give feedback.
I have found the issue, this is due to the
Cross-origin resource sharing (CORS)
section on my AWS S3 bucket.