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
This issue happens when creating a check. The to field is always serialized into a string even when using setTo(AddressDomestic to). This eventually leads to 404 since the server is expecting an object in the to field instead of a String.
The text was updated successfully, but these errors were encountered:
This issue happens when creating a check. The
to
field is always serialized into a string even when usingsetTo(AddressDomestic to)
. This eventually leads to 404 since the server is expecting an object in theto
field instead of a String.The text was updated successfully, but these errors were encountered: