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
Update: This seems to be caused by the fact that MongoDB does not allow $ and . characters in field names. We will have to either escape those characters, or Base64-encode the entire JSON object.
The Graph implementation seems to have problems if the value of an XDI literal is a complex JSON object, e.g. a serialized XDI message.
Example: Sending the following message:
will result in the following error:
Perhaps certain characters are not properly escaped when handing them off to the MongoDB driver.
The text was updated successfully, but these errors were encountered: