Since recently I’m getting a strange exception when opening Realm.
RealmException: null, error code: 2015
Since there is no error message, I don’t know what it is about and the error code 2015 is nowhere to be found in the docs. Can you help point me in the right direction as to what this error code means?
Setup:
Flutter with Realm and DeviceSync enabled.
realm: ^3.1.0
The database is opened using Realm() with a FlexibleSyncConfiguration.
Deleting the realm file manually and having the app re-create it works without issues.
A few customers are having this issue on various devices, however most of them are using the app without any issues.