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
Just tried to share a couple of PNGs and after uploading the photo, the thumbnail fails to appear, leaving a spinner where it should be. The error is CONTENT_LENGTH_MISMATCH. The image makes it into the post but the user has no indication that the image was properly attached.
This seems to be related to the file being changed or mv'd by sidekiq while the thumbnail request was being served.
The text was updated successfully, but these errors were encountered:
I tried to reproduce it with a combination of PNG and JPEGs, but still could not reproduce it locally.
I'll move this issue to backlog on my side and look into it and when it has a issue, fix it.
Just tried to share a couple of PNGs and after uploading the photo, the thumbnail fails to appear, leaving a spinner where it should be. The error is CONTENT_LENGTH_MISMATCH. The image makes it into the post but the user has no indication that the image was properly attached.
This seems to be related to the file being changed or mv'd by sidekiq while the thumbnail request was being served.
The text was updated successfully, but these errors were encountered: