Keep getting BadChangeset Error (ProtocolErrorCode=212) in Realm Sync

Keep getting BadChangeset Error (ProtocolErrorCode=212) in Realm Sync

I currently had developing using MongoDB Realm in React Native, and I keep running into this error in my MongoDB Realm logs:

failed to validate upload changesets: failed to validate ArrayInsert instruction: cannot have index (30) greater than prior-size (0) (ProtocolErrorCode=212)

I created the partition doing the following:
{ "partition": "farm_${id}" }

I’ve searched around, but haven’t seen anything about this error message in topics.

I’m using RealmJS 10.12.1 and React Native 0.63.3.

I hope that someone helps to solve this issue.

We believe you have encountered a bug and we are currently working on a fix.

1 Like

@Henike_Voss We have released Realm JavaScript v10.1.3 with a fix.

4 Likes

@Kenneth_Geisshirt thank you very much. I will test it and soon send you feedback.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.