You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading ObjectBox to version 1.0.0, I started receiving an exception every time I start the Store, I only catch this exception when I enable Visual Studio Code "All Exceptions" option, and it doesn't seem to affect anything (the database works fine).
Basic info (please complete the following information):
ObjectBox version: 1.0.0
Flutter/Dart SDK: 2.2.0/2.13.0
Null-safety enabled: yes
Reproducibility: always
OS: Ubuntu 21.04
Device/Emulator: Emulator
Steps to reproduce
Enable VSCode All Exceptions option;
Instantiate a new Store.
Expected behavior
No exception
Logs, stack traces
Since I couldn't get the stacktrace for the issue, I decide to add an image with the exception and the line in the code that it happens to help locate the issue: