Uploaded image for project: 'Realm .NET SDK'
  1. Realm .NET SDK
  2. RNET-478

"Bad changeset (DOWNLOAD)"

      .Net Framework 4.7.2 in VS 2019. Realm 10.2.0 nuget package. The following code causes the error.

      Realms.Sync.App app = Realms.Sync.App.Create(RealmConnectionInfo.AppID);
      Realms.Sync.Credentials creds = Credentials.EmailPassword(RealmConnectionInfo.Username, RealmConnectionInfo.Password);
      Realms.Sync.User user = await app.LogInAsync(creds);
      SyncConfiguration config = new SyncConfiguration(RealmConnectionInfo.Partition, user);
      var realm = await Realm.GetInstanceAsync(config);

      Error message:

      {"A system error occurred while opening a Realm. See InnerException for more details."}

      Inner Exception:

      {"Bad changeset (DOWNLOAD)"}

      Error Code: 112

            Assignee:
            nikola.irinchev@mongodb.com Nikola Irinchev
            Reporter:
            unitosyncbot Unito Sync Bot
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: