[bug]:
#796
Replies: 1 comment
-
Your S3 store is returning a 500 status code while uploading a blob. You need to check your store logs to find out why. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What happened?
In the logs, I see the following log entry appear:
ERROR S3 error (store.s3-error) listenerId = "imap", localPort = 143, remoteIp = XX.XX, remotePort = 58492, reason = "", code = 500, causedBy = crates/store/src/dispatch/blob.rs:123, causedBy = crates/jmap/src/blob/upload.rs:276, causedBy = crates/jmap/src/email/ingest.rs:265, id = "O00000116"
How can we reproduce the problem?
The error appeared in the logs during the copying of emails from an external mailbox to a mailbox managed on the server, via imapsync.
Version
v0.10.x
What database are you using?
mySQL
What blob storage are you using?
S3-compatible
Where is your directory located?
Internal
What operating system are you using?
Linux
Relevant log output
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions