Open
Description
I have setup remote storage for a magento shop and this works fine for nearly all media files excepts for the captcha images. They are generated and stored on the local filesystem and are not synced to the s3 bucket.
)Nginx than tries to find the image in the s3 bucket and returns a 404. The result is that the user can't see the captcha and for example is unable to reset the password. Current workaround is to disable the captcha feature.
Preconditions (*)
- magento 2.4.2
- enable remote storeage for s3 bucket
Steps to reproduce (*)
- enable remote storage for s3 bucket
- sync initial media files to s3
- enable captcha for customer forget password page
- go to customer forget password page
Expected result (*)
- captcha is displayed correctly
Actual result (*)
- browser sends 404 for the captcha image
- captcha is not displayed
Please provide Severity assessment for the Issue as Reporter. This information will help during Confirmation and Issue triage processes.
- Severity: S0 - Affects critical data or functionality and leaves users without workaround.
- Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
- Severity: S2 - Affects non-critical data or functionality and forces users to employ a workaround.
- Severity: S3 - Affects non-critical data or functionality and does not force users to employ a workaround.
- Severity: S4 - Affects aesthetics, professional look and feel, “quality” or “usability”.