-
Notifications
You must be signed in to change notification settings - Fork 120
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
App doesn't start on some devices #2551
Comments
@gino-m It looks like the crash link is not publically accessible. We can add crash logs if any contributor is interested in fixing the issue. |
My apologies. Here's the stack trace:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The app crashes immediately after opening with no error message.
The likely culprit is that we've recently disabled destructive migrations, but we don't have any migrations implemented, so the app crashes when trying to upgrade the local db.
https://console.firebase.google.com/project/of-ground/crashlytics/app/android:org.openforis.ground/issues/5b84c7cbace4a03aa2c306d463cd4c8b?time=last-seven-days&sessionEventKey=66989F78037200016ECEE70338003D9A_1971279737149363807
Workaround: Uninstall and reinstall the app
To fix: Re-enable destructive migrations
The text was updated successfully, but these errors were encountered: