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
I'm trying to get this SDK running on my app that already uses HIve as local DB, but seem to be getting an error when persistence is enabled(which I guess uses HIve internally too to store chat history). Is there an issue with the Hive implementation in the package internally that fails when used in combination with app that already. has hive implemented. Attaching error code below.
Can anyone guide me on further steps?
HiveError: Cannot write, unknown type: ChatwootUser. Did you forget to register an adapter?
The text was updated successfully, but these errors were encountered:
I'm trying to get this SDK running on my app that already uses HIve as local DB, but seem to be getting an error when persistence is enabled(which I guess uses HIve internally too to store chat history). Is there an issue with the Hive implementation in the package internally that fails when used in combination with app that already. has hive implemented. Attaching error code below.
Can anyone guide me on further steps?
HiveError: Cannot write, unknown type: ChatwootUser. Did you forget to register an adapter?
The text was updated successfully, but these errors were encountered: