realm-dart icon indicating copy to clipboard operation
realm-dart copied to clipboard

RealmException: Error setting property Stock.ebmSynced Error: RealmException: No such table exists. Error code: 3020.

Open richard457 opened this issue 3 months ago • 18 comments

What happened?

I am trying to update data inside isolate then I encounter the above error

Repro steps

 https://github.com/yegobox/realm-issue

Version

realm: ^2.2.1

What Atlas Services are you using?

Atlas Device Sync

What type of application is this?

Flutter Application

Client OS and version

Android, Macos, IOS

Code snippets

 https://github.com/yegobox/realm-issue

Stacktrace of the exception/crash you're getting

E/flutter (23158): RealmException: Error setting property Stock.ebmSynced Error: RealmException: No such table exists. Error code: 3020.
E/flutter (23158): #0      RealmCoreAccessor.set (package:realm_dart/src/realm_object.dart:335:7)
E/flutter (23158): #1      RealmObjectBase.set (package:realm_dart/src/realm_object.dart:385:22)

Relevant log output

No response

richard457 avatar May 05 '24 11:05 richard457