-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
io.realm.exceptions.RealmFileException #7879
Comments
➤ PM Bot commented: Jira ticket: RJAVA-1253 |
@Okuro3499 Thank you for reporting. Do you expect a schema migration? If so, the file will be deleted, and the schema version will be set to zero. What if you remove |
I still get the same exception |
@Okuro3499 Hmm, usually Seems like you are initializing the default configuration each time you call the
Not sure it has anything to do with your issue, but could be have an impact dependent on the rest of your realm-usage throughout the app. Maybe try enabling logging in
And see if you can catch more info on the error ... or post the output here for us to interpret it. |
@rorbech I implemented as you advised and app still crashes on the device but log remains the same for the crash. checked the device and there is no new file created on the device when you downloaded through play store
error is still same and only one type of device is still affected
|
How frequently does the bug occur?
Always
Description
My app seems to be crashing on a Google pixel 8 (Android 14) every time it starts and
io.realm.exceptions.RealmFileException
is logged and it seems to be only happening on the app published on play store if I build from Android studio the crash does not occur. This is my realm initialization classStacktrace & log output
The text was updated successfully, but these errors were encountered: