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
When uploading images using the /index end point, the return code is always 200, even if the upload failed. the following screen shot of the CloudWatch log shows three failed uploads, but I received a 200 response in each of these cases.
Workflow
upload any image to /index
Expected behavior
if the return is 200 then the image should have uploaded.
if the upload failed for any reason then the return code should not be 200
Additional context
The text was updated successfully, but these errors were encountered:
lpm0073
changed the title
/index returns status code 200 even when the upload fails
🐛 /index returns status code 200 even when the upload fails
Dec 15, 2023
Describe the bug
When uploading images using the /index end point, the return code is always 200, even if the upload failed. the following screen shot of the CloudWatch log shows three failed uploads, but I received a 200 response in each of these cases.
Workflow
upload any image to /index
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: