-
Type: Bug
-
Resolution: Fixed
-
Priority: Critical - P2
-
None
-
Affects Version/s: None
-
Component/s: None
I'm trying to insert records into realm objects. The records am getting from the backend and am storing it in locally. Insertion is working perfectly, but when i try to read from realm am getting
"Opening Realm files of format version 0 is not supported by this version of Realm"
Goals
Am trying to store multiple records from backend to the app,. When i remove few API requests, everything is working fine. but for some response, am getting the above error, . The fact is that, writing is working perfectly but not reading. Once i get above error in read method, then everytime am getting same error in all scenarios
Expected Results
It should not crash
Actual Results
App is crashing when try to open Realm in for select.
Steps to Reproduce
Version of Realm and Tooling
- Realm JS SDK Version: ? Latest, 6.0.2
- Node or React Native: ? React Native
- Client OS & Version: ? iOS
- Which debugger for React Native: ?/None
Regards
Anson