runbox / runbox7

Runbox 7 web app
Other
127 stars 26 forks source link

Cannot find RBWUL-... in the attachment folder #1420

Open gtandersen opened 1 year ago

gtandersen commented 1 year ago

Describe the bug When attempting to send a message with one or more attachments, the following error appears:

Cannot find RBWUL-[filename] in the attachment folder

See also https://github.com/runbox/private-issues/issues/35.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://runbox.com/app/compose
  2. Click to attach one or more files
  3. Click to send the message
  4. Observe the error, which is not consistent

Expected behavior The message should be sent with the attachment(s).

Desktop (please complete the following information):

antoniskalou commented 1 year ago

Can't replicate using the instructions above.

I have tried various attachments with various names in different languages with weird characters and still nothing. Tried on production and on staging servers and with different browsers.

antoniskalou commented 1 year ago

Added some more error logging on the backend during attachment upload, hopefully this will allow us to narrow down where the issue is originating from.

castaway commented 1 year ago

This is still happening, no interesting save error logs. Researching one user, they have saved attachment uploads on multiple different backend servers on the same day (in the same hour). As we direct users to servers based on their IP, can only assume somehow their IP is changing rapidly.

castaway commented 1 year ago

I have created a patch for our HAProxy install and sent it to be reviewed/installed

castaway commented 1 year ago

HAProxy update deployed

gtandersen commented 1 year ago

Reopening thus as one user has re-reported the issue (details available internally).