Kenneth Geisshirt

Results 187 comments of Kenneth Geisshirt

@gfrancischini Thank you for reporting. The issue is similar to https://github.com/realm/realm-js/issues/6558, and we are investigating.

@gfrancischini I have a PR up which I think will fix the issue: #6612

@vatsal-gadhiya-searce Sorry to hear. I'll reopen the issue and we need to investigate further. If you can share a stack trace, we will appreciate it.

@muddy-alex There is no API to force sync as the sync client works mostly autonomously. `pause()`/`resume()` can trigger the sync client to take an extra round trip. If it is...

Could be related to https://github.com/realm/realm-core/issues/7349? It is possible for you to downgrade? If it works with an earlier version (12.4.0 or older), it could be an indication for us.

@muddy-alex You are mixing class-based models (`Log`) and JS schemas (`Point`), and I wonder if it has a negative impact. I mean, our tests are either-or, so you might be...

@muddy-alex Thank you to getting back. I'll bring up the issue at the next team meeting.

@fngbala-luna If you are using sync, upgrading to Realm Kotlin 1.12.0 might require that you manually delete some files (see https://github.com/realm/realm-kotlin/blob/main/CHANGELOG.md#1120-2023-11-02 for details).

@fngbala-luna If the app is running as device is locked, you might have to [relax the permissions](https://www.mongodb.com/docs/realm/sdk/swift/realm-files/configure-and-open-a-realm/#std-label-use-realm-when-the-device-is-locked).

@leowroth Does it happen when the app is launched or during execution? And you have no write transactions in your app (I see `beginTransaction`) in the stack trace?