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
Error persisting data for table "conversations": Record 0 did not conform to schema:
#/to_emails: #: no subschema matched out of the total 2 subschemas
#/to_emails: expected type: JSONArray, found: String
#/to_emails: expected: null, found: String
The text was updated successfully, but these errors were encountered:
Interesting -- according to the docs for conversations, the to_emails field should come through as an array of strings. I wonder if it comes through as a string if there is only one entry.
If you can create a PR to add string to the possible types for to_emails at the location below, we will merge & release it:
Error persisting data for table "conversations": Record 0 did not conform to schema:
#/to_emails: #: no subschema matched out of the total 2 subschemas
#/to_emails: expected type: JSONArray, found: String
#/to_emails: expected: null, found: String
The text was updated successfully, but these errors were encountered: