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
- Remove form-data package dependency
- Add formdata-node and form-data-encoder packages
- Update code to use FormData from formdata-node
- Update test mocks to use formdata-node
- Handle ReadableStream attachments properly
Fixes#609
Describe the bug
When we send a message with an attachment that exceeds
Messages.MAXIMUM_JSON_ATTACHMENT_SIZE
causes the error:To Reproduce
Expected behavior
Send the message without an error.
SDK Version:
The issue happens with version
7.6.2
. With version7.5.2
is works.It seems to be broken after implementation of #586
Additional context
The text was updated successfully, but these errors were encountered: