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
Description
When removing a nested object in hive that was filled with data before, the app does not start any longer.
I found it in my production app first and could reproduce it in a minimal sample.
Steps to Reproduce
Use Code sample for first Run
run flutter pub run build_runner build
run the app
Use Code sample for second Run
run flutter pub run build_runner build
run the app
Actual result
HiveError: Cannot read, unknown typeId: 34. Did you forget to register an adapter?
(App does not start)
Description
When removing a nested object in hive that was filled with data before, the app does not start any longer.
I found it in my production app first and could reproduce it in a minimal sample.
Steps to Reproduce
Actual result
HiveError: Cannot read, unknown typeId: 34. Did you forget to register an adapter?
(App does not start)
Expected result
App starts and is usable
Code sample for first Run
Code sample for second Run
Version
The text was updated successfully, but these errors were encountered: