-
Notifications
You must be signed in to change notification settings - Fork 58
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
RCTFatalException: Unhandled JS Exception: TypeError: Cannot read property 'name' of nullThis error is located at: in b...: Unhandled JS Exception: TypeError: Cannot read property 'name' of null #6128
Comments
I'll review the exceptions we have in version |
Thanks for taking a look at it, @fluiddot 🙇 . I had a question if those exceptions are related or not. You can find a list here, under merged issues. I'll assign you to the cases for the transparency. This is the current list for WordPress and Jetpack but these are likely the same issues duplicated for each app |
Great, thanks! Regarding the merged issues, since they are caused by different errors I'll go ahead and unmerge them In Sentry. |
Heads up that I'm unassigning myself from the issue as I'm tackling other crashes. Once I or any other team member has availability, we'll assign ourselves again. |
Sentry issue: JETPACK-IOS-15W8 |
As outlined in detail in #6359 (comment) and #6359 (comment), I was able to reproduce this crash when interacting with an editor with degraded performance due to a large number of images in the post. From my testing, the symbolicated stack trace (captured in the issue description) points to the fact that While it is possible for We could (and likely should) fix this specific crash by guarding against the |
Sentry issue: JETPACK-ANDROID-HV9 |
Sentry Issue: JETPACK-IOS-1448
Stack Traces
Symbolicated stack trace
Raw stack trace
Steps to Reproduce
Once persisting the post update finishes, the app attempts to open the block settings and crashes.
The text was updated successfully, but these errors were encountered: