clairton / unoapi-cloud

GNU General Public License v3.0
119 stars 44 forks source link

error receiving large attachments #22

Closed rodrigo-r0tpk closed 5 months ago

rodrigo-r0tpk commented 6 months ago

According to the print, when sending files larger than 16Mb (larger files) the api saves the file in the minio bucket with the .false extension, the integrated chatwoot does not recognize the file in the interface. unoapi issue

rodrigo-r0tpk commented 5 months ago

It was identified that, when receiving a document and being forwarded to the minio bucket, if there was any other interaction or demand, the file could not be forwarded to chatwoot and remain in the rabbitmq outgoing.dead queue as it was no longer handling this "thread". of processing. Contact the developer, a new version will be released treating processing asynchronously and ensuring the message is sent after uploading to the bucket