-
Notifications
You must be signed in to change notification settings - Fork 407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Safari Failed to execute 'transaction' #850
Comments
This pops-up in dart 3.10.0, please fix it! especially this happens firebase hosting release of flutter web. |
Same here. The message is |
DOMException: Failed to execute 'transaction' on 'IDBDatabase': The database connection is closing. Same here with chromium Version 114.0.5735.198 (Official Build) built on Debian 11.7, running on Debian 11.7 (64-bit) |
Experiencing the same problem here |
Any reaction or updates? Experiencing the same problem |
Any update? |
Any update on this? |
I have this same problem and it makes my whole App unusable... Any news on that? Do i have to migrate away from Hive? |
Having the same problem, seems to only occur on iOS in my case 🤔 |
Uhm... seems hive won't give anymore support for web? |
Steps to Reproduce
Running an app with Hive (thanks btw, great!) gives this error when running the web-version in Safari, not in Firefox and Chrome:
"Unhandled Promise Rejection: NotFoundError: Failed to execute 'transaction' on 'IDBDatabase': One of the specified object stores was not found."
This was also reported in #812 But that was only closed because the submitter removed Hive.
Code sample
and run the web-version in Safari
Version
The text was updated successfully, but these errors were encountered: