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
When reading a document from mongodb
Whatever the protobuf message format I fail to unmarshall the objectId using mergeFromProto3Json
the _id field always yield the exception :
FormatException: Protobuf JSON decoding failed at: root["_id"]. Expected JSON object
protobuf-3.1.0\lib\src\protobuf\proto3_json.dart line 411
This prevents me from smoothly using mongodb's objectId
Would it please be possible to solve this issue ?
When reading a document from mongodb
Whatever the protobuf message format I fail to unmarshall the objectId using mergeFromProto3Json
the _id field always yield the exception :
FormatException: Protobuf JSON decoding failed at: root["_id"]. Expected JSON object
protobuf-3.1.0\lib\src\protobuf\proto3_json.dart line 411
This prevents me from smoothly using mongodb's objectId
Would it please be possible to solve this issue ?
I tested with message Testing and Testing2
The text was updated successfully, but these errors were encountered: