Replies: 2 comments 1 reply
-
Happy to have a look if you can provide a repo. I have macs and iPhones so can test it out. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Some more info on similar issues: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an error that comes up when using the indexed_db from the Storage module.
The error doesn't appear consistently but does seem to be when an iPhone locks or the app is sent minimised.
The code that is logging the error is actually running in a anvil labs web worker and is nothing more than a
store.get()
.Handling this error then creates another error at the same line which is "Attempt to get a record from database without an in-progress transaction".
I suspect this is something to do with the app being paused by Safari as I cannot recreate this on Chrome.
Is there any advice on how to handle this?
Beta Was this translation helpful? Give feedback.
All reactions