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
Hey, on my project whenever hot reloading or sometimes randomly when interacting with the app, the app crashes with the following error in flipper
Closing database...
Error: Leak detected! Finalized a statement when closing database - this means that there were dangling statements not held by cachedStatements, or handling of cachedStatements is broken. Please collect as much information as possible and file an issue with WatermelonDB repository!
This mainly happens when developing and hot reloading, but from playstore crash logs I have seen this happen in production, @radex is there any direction you can give me to investigate this? I tried looking around and it looks like the DB is being closed before this happens (I do not call this)
Hey, on my project whenever hot reloading or sometimes randomly when interacting with the app, the app crashes with the following error in flipper
Also this is what I see from the xcode breakpoint
I'm not really sure why it's closing the db either
Any idea how I can debug this further?
The text was updated successfully, but these errors were encountered: