-
Notifications
You must be signed in to change notification settings - Fork 577
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
[Expo] Realm Errors are not propagated to console #5903
Comments
I tried but failed to reproduce this. I do see "Exception in HostFunction:", but I get a proper message. |
Tried reproducing it with an example repo, no luck, works as expected there. So it must be something with my project setup. I'm trying to dig into that a bit more and will report back as soon as I get anything. But one more thing which I see when Realm emits an error is this weird log:
Maybe it rings some bell for you? |
After installing the same packages from my app to the sample Expo+Realm app I've found that installing Removing skia from dependencies in my project also resolves the issue there. Any ideas if this is something on Realm or RN Skia side? |
@haikov We will have to investigate this. Can you try and see if it works with |
Couldn't run a project successfully with that realm version due to |
@haikov I believe the |
I have tested the latest release candidate with Expo 48 and |
I can also confirm it is now working fine for those versions. Thank you for looking into that! 🙌 |
How frequently does the bug occur?
Always
Description
Hey!
I'm building an app with Expo and Realm, and one of the biggest issues I'm facing with realm is inability to understand what's going wrong in case of issues with schema, query (or anything else related to Realm), since Realm always throws the same error in console which gives no details. The error looks like that:
Is this something known or maybe I'm missing some configuration step to make the output cleaner? Or is there some better way to look up the detailed stack trace?
Stacktrace & log output
No response
Can you reproduce the bug?
Always
Reproduction Steps
No response
Version
11.9.0
What services are you using?
Local Database only
Are you using encryption?
No
Platform OS and version(s)
iOS 16
Build environment
Expo SDK 48
Cocoapods version
No response
The text was updated successfully, but these errors were encountered: