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
When uploading a file with the same mtime and name but different contents multiple times, I get "500 Internal Server Error" for all uploads after the 2nd upload.
Take e.g. the these three uploads. Each uploading to the same filename using the same mtime in the the Upload-Metadata, but each time a different content:
When uploading a file with the same mtime and name but different contents multiple times, I get "500 Internal Server Error" for all uploads after the 2nd upload.
Take e.g. the these three uploads. Each uploading to the same filename using the same mtime in the the
Upload-Metadata
, but each time a different content:The first two requests work fine (the 2nd one creates a new revision of the file). The 3rd one however causes a 500
reply:
Originally posted by @rhafer in #9498 (comment)
The text was updated successfully, but these errors were encountered: