Kenneth Geisshirt

Results 187 comments of Kenneth Geisshirt

As a work-around you can use `let jsObject = JSON.parse(JSON.stringify(realmObject))`

@rogerkerse Did you have a chance to try the suggestion outline above?

@soliloquyx We have recently discovered that converting a local Realm to a flexible sync Realm is not yet supported: https://github.com/realm/realm-core/issues/5798 It means that you will have to copy objects from...

@cristianoccazinsp If the Realm file was created using 10.20.0-beta.3 or earlier, the corruption might be carried forward. If it is the case, I suggest that you delete the Realm file....

@cristianoccazinsp The reason for the question is that the stack trace has `realm::Table::remove_search_index(realm::ColKey)`. Removing is also considered a schema change.

@cristianoccazinsp It is an interesting observation. If possible, we would like to get a copy of the Realm file in order to understand how it can trigger the code path...

@cristianoccazinsp If you sent us a file, we can run a couple of checks to see if something pops up. Moreover, we can send back what we believe is the...

@cristianoccazinsp Thank you. I have examined the file and replied by email.

@joze144 Please see [my comment](https://github.com/realm/realm-js/issues/4891#issuecomment-1241682233)