Native Mobile Error: WKWebView was invalidated

1
I’m seeing an error on both Android and iOS builds that I am not sure what it relates to other than it seems to have something to do with push notifications.  Here is the error in its entirety.  It’s originating at my app events widget which is calling the registration flow for registering devices.  All of my logs show it’s functioning normally and the registered device IDs are being successfully sent to the backend to be used by another service. 2020-08-19 12:47:27.250229-0500 nativeTemplate[6714:1328629] WF: _WebFilterIsActive returning: NO 2020-08-19 12:47:27.277 [error][tid:com.facebook.react.JavaScript] 'An error occurred while executing an action of NativeMobile.Home_Native.appEvents1: The WKWebView was invalidated', '/private/var/containers/Bundle/Application/8C230585-CC0C-45BE-8A7E-80E93F22BB0A/nativeTemplate.app/Bundle/index.ios.bundle:1114:1418\nCe@/private/var/containers/Bundle/Application/8C230585-CC0C-45BE-8A7E-80E93F22BB0A/nativeTemplate.app/Bundle/index.ios.bundle:389:15941\nu@/private/var/containers/Bundle/Application/8C230585-CC0C-45BE-8A7E-80E93F22BB0A/nativeTemplate.app/Bundle/index.ios.bundle:389:15646\nk@/private/var/containers/Bundle/Application/8C230585-CC0C-45BE-8A7E-80E93F22BB0A/nativeTemplate.app/Bundle/index.ios.bundle:1115:133\nf@/private/var/containers/Bundle/Application/8C230585-CC0C-45BE-8A7E-80E93F22BB0A/nativeTemplate.app/Bundle/index.ios.bundle:56:155\n/private/var/containers/Bundle/Application/8C230585-CC0C-45BE-8A7E-80E93F22BB0A/nativeTemplate.app/Bundle/index.ios.bundle:56:882\ny@/private/var/containers/Bundle/Application/8C230585-CC0C-45BE-8A7E-80E93F22BB0A/nativeTemplate.app/Bundle/index.ios.bundle:117:661\nC@/private/var/containers/Bundle/Application/8C230585-CC0C-45BE-8A7E-80E93F22BB0A/nativeTemplate.app/Bundle/index.ios.bundle:117:1025\ncallImmediates@/private/var/containers/Bundle/Application/8C230585-CC0C-45BE-8A7E-80E93F22BB0A/nativeTemplate.app/Bundle/index.ios.bundle:117:3100\ncallImmediates@[native code]\nvalue@/private/var/containers/Bundle/Application/8C230585-CC0C-45BE-8A7E-80E93F22BB0A/nativeTemplate.app/Bundle/index.ios.bundle:48:3247\n/private/var/containers/Bundle/Application/8C230585-CC0C-45BE-8A7E-80E93F22BB0A/nativeTemplate.app/Bundle/index.ios.bundle:48:1283\nvalue@/private/var/containers/Bundle/Application/8C230585-CC0C-45BE-8A7E-80E93F22BB0A/nativeTemplate.app/Bundle/index.ios.bundle:48:2939\nvalue@/private/var/containers/Bundle/Application/8C230585-CC0C-45BE-8A7E-80E93F22BB0A/nativeTemplate.app/Bundle/index.ios.bundle:48:1253\nvalue@[native code]\nvalue@[native code]' 2020-08-19 12:47:27.367563-0500 nativeTemplate[6714:1328629] [ProcessSuspension] 0x115a043c0 - ProcessAssertion::processAssertionWasInvalidated() 2020-08-19 12:47:27.402 [tid:com.facebook.react.JavaScript] Received object 'GUID:1597859230193-1' for widget NativeMobile.Home_Native.dataView3 2020-08-19 12:47:27.416780-0500 nativeTemplate[6714:1328629] [ProcessSuspension] 0x115a04450 - ProcessAssertion::processAssertionWasInvalidated() 2020-08-19 12:47:27.431 [tid:com.facebook.react.JavaScript] 'Fetching object using nanoflow \'function (){return t(r[76]).DS_Notification}\' for widget NativeMobile.Home_Native.dataView1', 'parameter mapping:', [] 2020-08-19 12:47:27.445 [tid:com.facebook.react.JavaScript] Received object 'GUID:1597859247444-5' for widget NativeMobile.Home_Native.dataView1 2020-08-19 12:47:27.454 [tid:com.facebook.react.JavaScript] Using object 'GUID:1597859231376-2' for widget NativeMobile.Home_Native.dataView2 2020-08-19 12:47:27.500 [tid:com.facebook.react.JavaScript] Fetching data for entity 'NativeMobile.Job' for widget NativeMobile.Home_Native.listView1 2020-08-19 12:47:27.521 [tid:com.facebook.react.JavaScript] 'Received 2 objects for widget NativeMobile.Home_Native.listView1', 'object ids:', [ '26458647810824770', '26458647810824771' ] 2020-08-19 12:47:27.717319-0500 nativeTemplate[6714:1328629] [ProcessSuspension] 0x115a058f0 - ProcessAssertion::processAssertionWasInvalidated() 2020-08-19 12:47:27.727016-0500 nativeTemplate[6714:1328629] [ProcessSuspension] 0x115a05950 - ProcessAssertion::processAssertionWasInvalidated() 2020-08-19 12:47:28.673 [tid:com.facebook.react.JavaScript] Fetching data for entity 'NativeMobile.Job' for widget NativeMobile.Home_Native.listView1 2020-08-19 12:47:28.690 [tid:com.facebook.react.JavaScript] 'Received 2 objects for widget NativeMobile.Home_Native.listView1', 'object ids:', [ '26458647810824770', '26458647810824771' ] 2020-08-19 12:47:57.261414-0500 nativeTemplate[6714:1328629] Could not signal service com.apple.WebKit.WebContent: 113: Could not find specified service 2020-08-19 12:47:57.262906-0500 nativeTemplate[6714:1328629] Could not signal service com.apple.WebKit.Networking: 113: Could not find specified service 2020-08-19 12:47:57.605764-0500 nativeTemplate[6714:1328629] Could not signal service com.apple.WebKit.WebContent: 113: Could not find specified service 2020-08-19 12:47:57.609151-0500 nativeTemplate[6714:1328629] Could not signal service com.apple.WebKit.Networking: 113: Could not find specified service  
asked
0 answers