Skip to content
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 crashes when listing Individuals with Custom Search fields #1091

Closed
Dinesh2019 opened this issue Sep 8, 2023 · 4 comments
Closed

App crashes when listing Individuals with Custom Search fields #1091

Dinesh2019 opened this issue Sep 8, 2023 · 4 comments

Comments

@Dinesh2019
Copy link

Dinesh2019 commented Sep 8, 2023

In the Goonj application, when attempting to search for an inventory item, the application crashes. This issue occurs for users in the "everyone" user group. However, it is worth noting that this problem does not seem to be reproducible when users belong to the "administrator" user group and possess all the necessary permissions.
Env : prod
User name : AchalaB@gvamp_uat

Main logs noticed:


Check the render method of `SubjectInfoCard`. See https://reactjs.org/link/warning-keys for more information.
Text@http://localhost:8081/index.android.bundle?platform=android&dev=true&minify=false&app=com.openchsclient&modulesOnly=false&runModule=true:56547:27
    in SubjectInfoCard (at IndividualDetailsCard.js:28)
    in RCTView (at View.js:32)
    in View (at IndividualDetailsCard.js:23)
    in IndividualDetailsCard (at IndividualSearchResultsView.js:37)

Looks like there is overlap of the same key for multiple items in the list.
Root cause identified: when trying to show "Kit" and "SubType" information in CustomSearchFields for ImplementationInventory search results list page

Full Error log :

09-08 18:45:46.701 26844 26885 D ReactNativeJS: [6:45:46:701] [h::AC][Debug] Dispatching action: "ef514731-1e10-4c5a-8f8c-16eb0d13ceb7"
09-08 18:45:46.708 26844 26885 D ReactNativeJS: [6:45:46:708] [RuleService][Debug] Getting Rules of Type ViewFilter for Form - Distribution Registration f19d7b5b-7b8b-4b5a-aa3b-5dcd6b1b496e
09-08 18:45:46.732 26844 26885 D ReactNativeJS: [6:45:46:732] [h::AC][Debug] Dispatched action completed: "ef514731-1e10-4c5a-8f8c-16eb0d13ceb7"
09-08 18:45:46.733 26844 26885 D ReactNativeJS: [6:45:46:733] [SubjectRegisterView][Debug] render
09-08 18:45:49.434 26844 26885 D ReactNativeJS: [6:45:49:434] [TypedTransition][Debug] Route size: 4
09-08 18:45:49.435 26844 26885 D ReactNativeJS: [6:45:49:435] [Router][Debug] renderScene: Current Routes: /landingView,/individualSearchResults,/GenericDashboardView,/SubjectRegisterView,/individualSearch. Route: /SubjectRegisterView
09-08 18:45:49.435 26844 26885 D ReactNativeJS: [6:45:49:435] [Router][Debug] Using cached route: /SubjectRegisterView. Element map path: /SubjectRegisterView
09-08 18:45:49.435 26844 26885 D ReactNativeJS: [6:45:49:435] [Router][Debug] renderScene: Current Routes: /landingView,/individualSearchResults,/GenericDashboardView,/SubjectRegisterView,/individualSearch. Route: /individualSearch
09-08 18:45:49.435 26844 26885 D ReactNativeJS: [6:45:49:435] [E::AC][Debug] Dispatching action: "IndSearch.ON_LOAD"
09-08 18:45:49.436 26844 26885 D ReactNativeJS: [6:45:49:436] [E::AC][Debug] Dispatched action completed: "IndSearch.ON_LOAD"
09-08 18:45:49.436 26844 26885 D ReactNativeJS: [6:45:49:436] [IndividualSearchView][Debug] render
09-08 18:45:49.445 26844 26885 D ReactNativeJS: [6:45:49:445] [B::AC][Debug] Dispatching action: "CustomFilters.ON_LOAD"
09-08 18:45:49.446 26844 26885 D ReactNativeJS: [6:45:49:446] [B::AC][Debug] Dispatched action completed: "CustomFilters.ON_LOAD"
09-08 18:45:49.446 26844 26885 D ReactNativeJS: [6:45:49:446] [E::AC][Debug] Dispatching action: "IndSearch.CUSTOM_FILTER_CHANGE"
09-08 18:45:49.446 26844 26885 D ReactNativeJS: [6:45:49:446] [E::AC][Debug] Dispatched action completed: "IndSearch.CUSTOM_FILTER_CHANGE"
09-08 18:45:49.462 26844 26885 D ReactNativeJS: [6:45:49:462] [B::AC][Debug] Dispatching action: "CustomFilters.ON_LOAD"
09-08 18:45:49.463 26844 26885 D ReactNativeJS: [6:45:49:463] [B::AC][Debug] Dispatched action completed: "CustomFilters.ON_LOAD"
09-08 18:45:49.463 26844 26885 D ReactNativeJS: [6:45:49:463] [E::AC][Debug] Dispatching action: "IndSearch.CUSTOM_FILTER_CHANGE"
09-08 18:45:49.464 26844 26885 D ReactNativeJS: [6:45:49:464] [E::AC][Debug] Dispatched action completed: "IndSearch.CUSTOM_FILTER_CHANGE"
09-08 18:45:49.491 26844 26885 D ReactNativeJS: [6:45:49:490] [IndividualSearchView][Debug] render
09-08 18:45:49.515 26844 26885 D ReactNativeJS: [6:45:49:515] [SubjectRegisterView][Debug] render
09-08 18:45:49.530 26844 26885 D ReactNativeJS: [6:45:49:530] [IndividualSearchView][Debug] render
09-08 18:45:51.817 26844 26885 D ReactNativeJS: [6:45:51:817] [E::AC][Debug] Dispatching action: "IndSearch.LOAD_INDICATOR"
09-08 18:45:51.817 26844 26885 D ReactNativeJS: [6:45:51:817] [E::AC][Debug] Dispatched action completed: "IndSearch.LOAD_INDICATOR"
09-08 18:45:51.818 26844 26885 D ReactNativeJS: [6:45:51:818] [IndividualSearchView][Debug] render
09-08 18:45:51.839 26844 26885 D ReactNativeJS: [6:45:51:839] [SubjectRegisterView][Debug] render
09-08 18:45:51.857 26844 26885 D ReactNativeJS: [6:45:51:857] [IndividualSearchView][Debug] render
09-08 18:45:51.877 26844 26885 D ReactNativeJS: [6:45:51:877] [E::AC][Debug] Dispatching action: "SEARCH_INDIVIDUALS"
09-08 18:45:51.879 26844 26885 D ReactNativeJS: [6:45:51:879] [TypedTransition][Debug] Route size: 5
09-08 18:45:51.879 26844 26885 D ReactNativeJS: [6:45:51:879] [Router][Debug] renderScene: Current Routes: /landingView,/individualSearchResults,/GenericDashboardView,/SubjectRegisterView,/individualSearch,/individualSearchResults. Route: /individualSearch
09-08 18:45:51.879 26844 26885 D ReactNativeJS: [6:45:51:879] [Router][Debug] Using cached route: /individualSearch. Element map path: /individualSearch
09-08 18:45:51.879 26844 26885 D ReactNativeJS: [6:45:51:879] [Router][Debug] renderScene: Current Routes: /landingView,/individualSearchResults,/GenericDashboardView,/SubjectRegisterView,/individualSearch,/individualSearchResults. Route: /individualSearchResults
09-08 18:45:51.879 26844 26885 D ReactNativeJS: [6:45:51:879] [IndividualSearchResultsView][Debug] render
09-08 18:45:51.881 26844 26885 D ReactNativeJS: [6:45:51:881] [IndividualSearchResultRow][Debug] CFW A-2023/NLD/ACC-195025/KER/043-0
09-08 18:45:51.891 26844 26885 D ReactNativeJS: [6:45:51:891] [IndividualSearchResultRow][Debug] CFW A-2023/NLD/ACC-195025/KER/047-1
09-08 18:45:51.903 26844 26885 D ReactNativeJS: [6:45:51:903] [IndividualSearchResultRow][Debug] CFW A-2023/NLD/ACC-195025/KER/047-1
09-08 18:45:51.911 26844 26885 D ReactNativeJS: [6:45:51:911] [IndividualSearchResultRow][Debug] CFW A-2023/NLD/ACC-195025/KER/049-1
09-08 18:45:51.925 26844 26885 D ReactNativeJS: [6:45:51:925] [IndividualSearchResultRow][Debug] CFW A-2023/RAJ/ACC-195025/KER/037-100
09-08 18:45:51.938 26844 26885 D ReactNativeJS: [6:45:51:937] [IndividualSearchResultRow][Debug] CFW A-2023/RAJ/ACC-195025/KER/039-50
09-08 18:45:51.949 26844 26885 D ReactNativeJS: [6:45:51:949] [IndividualSearchResultRow][Debug] CFW A-2023/RAJ/ACC-195025/KER/044-100
09-08 18:45:51.958 26844 26885 D ReactNativeJS: [6:45:51:958] [IndividualSearchResultRow][Debug] Contributed--2023/RAJ/ACC-195025/KER/039-100
09-08 18:45:51.967 26844 26885 D ReactNativeJS: [6:45:51:967] [IndividualSearchResultRow][Debug] Contributed_Track-Pen Set-2023/RAJ/ACC-195025/KER/046-100
09-08 18:45:51.972 26844 26885 D ReactNativeJS: [6:45:51:972] [IndividualSearchResultRow][Debug] Goonj Product-Aasan-2023/NLD/ACC-195025/KER/041-50
09-08 18:45:51.998 26844 26885 E ReactNativeJS: Error: Exception in HostFunction: Invalid null value for non-nullable primary key.
09-08 18:45:51.998 26844 26885 E ReactNativeJS: 
09-08 18:45:51.998 26844 26885 E ReactNativeJS: This error is located at:
09-08 18:45:51.998 26844 26885 E ReactNativeJS:     in R
09-08 18:45:51.998 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:51.998 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:51.998 26844 26885 E ReactNativeJS:     in S
09-08 18:45:51.998 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:51.998 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:51.998 26844 26885 E ReactNativeJS:     in TouchableNativeFeedback
09-08 18:45:51.998 26844 26885 E ReactNativeJS:     in n
09-08 18:45:51.998 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:51.998 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:51.998 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:51.998 26844 26885 E ReactNativeJS:     in i
09-08 18:45:51.998 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:51.998 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:51.998 26844 26885 E ReactNativeJS:     in RCTScrollView
09-08 18:45:51.998 26844 26885 E ReactNativeJS:     in W
09-08 18:45:51.998 26844 26885 E ReactNativeJS:     in ScrollView
09-08 18:45:51.998 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:51.998 26844 26885 E ReactNativeJS:     in h
09-08 18:45:51.998 26844 26885 E ReactNativeJS:     in S
09-08 18:45:51.998 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:51.998 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:51.998 26844 26885 E ReactNativeJS:     in n
09-08 18:45:51.998 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:51.998 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:51.998 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:51.998 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:51.998 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:51.998 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:51.998 26844 26885 E ReactNativeJS:     in Navigator
09-08 18:45:51.998 26844 26885 E ReactNativeJS:     in k
09-08 18:45:51.998 26844 26885 E ReactNativeJS:     in w
09-08 18:45:51.998 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:51.998 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:51.998 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:51.998 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:51.998 26844 26885 E ReactNativeJS:     in E
09-08 18:45:52.001 26844 26885 D ReactNativeJS: [6:45:52:001] [ErrorHandler][Debug] IsFatal=true Error: Exception in HostFunction: Invalid null value for non-nullable primary key.
09-08 18:45:52.001 26844 26885 D ReactNativeJS: [6:45:52:001] [ErrorHandler][Debug] Exception in HostFunction: Invalid null value for non-nullable primary key.
09-08 18:45:52.007 26844 26885 E ReactNativeJS: Error: Minified Redux error #6; visit https://redux.js.org/Errors?code=6 for the full message or use the non-minified dev environment for full errors. 
09-08 18:45:52.007 26844 26885 E ReactNativeJS: 
09-08 18:45:52.007 26844 26885 E ReactNativeJS: This error is located at:
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in y
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Navigator
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in k
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in w
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in E
09-08 18:45:52.007 26844 26885 E ReactNativeJS: Error: Minified Redux error #6; visit https://redux.js.org/Errors?code=6 for the full message or use the non-minified dev environment for full errors. 
09-08 18:45:52.007 26844 26885 E ReactNativeJS: 
09-08 18:45:52.007 26844 26885 E ReactNativeJS: This error is located at:
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in E
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in c
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in s
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in s
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in RNCSafeAreaProvider
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in NativeBaseConfigProviderProvider
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in h
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in y
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Navigator
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in k
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in w
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in E
09-08 18:45:52.007 26844 26885 E ReactNativeJS: Error: Minified Redux error #6; visit https://redux.js.org/Errors?code=6 for the full message or use the non-minified dev environment for full errors. 
09-08 18:45:52.007 26844 26885 E ReactNativeJS: 
09-08 18:45:52.007 26844 26885 E ReactNativeJS: This error is located at:
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in B
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in RCTScrollView
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in W
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in ScrollView
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in v
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in c
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in s
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in s
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in RNCSafeAreaProvider
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in NativeBaseConfigProviderProvider
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in h
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in E
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in c
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in s
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in s
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in RNCSafeAreaProvider
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in NativeBaseConfigProviderProvider
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in h
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in y
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Navigator
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in k
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in w
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in E
09-08 18:45:52.007 26844 26885 E ReactNativeJS: Error: Minified Redux error #6; visit https://redux.js.org/Errors?code=6 for the full message or use the non-minified dev environment for full errors. 
09-08 18:45:52.007 26844 26885 E ReactNativeJS: 
09-08 18:45:52.007 26844 26885 E ReactNativeJS: This error is located at:
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in B
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in RCTScrollView
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in W
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in ScrollView
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in v
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in c
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in s
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in s
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in RNCSafeAreaProvider
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in NativeBaseConfigProviderProvider
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in h
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in E
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in c
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in s
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in s
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in RNCSafeAreaProvider
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in NativeBaseConfigProviderProvider
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in h
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in y
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Navigator
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in k
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in w
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.007 26844 26885 E ReactNativeJS:     in E
09-08 18:45:52.008 26844 26885 E ReactNativeJS: Error: Minified Redux error #6; visit https://redux.js.org/Errors?code=6 for the full message or use the non-minified dev environment for full errors. 
09-08 18:45:52.008 26844 26885 E ReactNativeJS: 
09-08 18:45:52.008 26844 26885 E ReactNativeJS: This error is located at:
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in x
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in b
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in Navigator
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in k
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in w
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in E
09-08 18:45:52.008 26844 26885 E ReactNativeJS: Error: Minified Redux error #6; visit https://redux.js.org/Errors?code=6 for the full message or use the non-minified dev environment for full errors. 
09-08 18:45:52.008 26844 26885 E ReactNativeJS: 
09-08 18:45:52.008 26844 26885 E ReactNativeJS: This error is located at:
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in L
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in v
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in c
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in s
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in s
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in RNCSafeAreaProvider
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in NativeBaseConfigProviderProvider
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in h
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in x
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in b
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in Navigator
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in k
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in w
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in E
09-08 18:45:52.008 26844 26885 E ReactNativeJS: Error: Minified Redux error #6; visit https://redux.js.org/Errors?code=6 for the full message or use the non-minified dev environment for full errors. 
09-08 18:45:52.008 26844 26885 E ReactNativeJS: 
09-08 18:45:52.008 26844 26885 E ReactNativeJS: This error is located at:
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in $
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in RCTScrollView
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in W
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in ScrollView
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in v
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in c
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in s
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in s
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in RNCSafeAreaProvider
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in NativeBaseConfigProviderProvider
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in h
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in x
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in b
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in Navigator
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in k
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in w
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.008 26844 26885 E ReactNativeJS:     in E
09-08 18:45:52.009 26844 26885 E ReactNativeJS: Error: Minified Redux error #6; visit https://redux.js.org/Errors?code=6 for the full message or use the non-minified dev environment for full errors. 
09-08 18:45:52.009 26844 26885 E ReactNativeJS: 
09-08 18:45:52.009 26844 26885 E ReactNativeJS: This error is located at:
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in T
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in $
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in RCTScrollView
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in W
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in ScrollView
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in v
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in c
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in s
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in s
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in RNCSafeAreaProvider
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in NativeBaseConfigProviderProvider
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in h
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in x
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in b
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Navigator
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in k
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in w
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in E
09-08 18:45:52.009 26844 26885 E ReactNativeJS: Error: Minified Redux error #6; visit https://redux.js.org/Errors?code=6 for the full message or use the non-minified dev environment for full errors. 
09-08 18:45:52.009 26844 26885 E ReactNativeJS: 
09-08 18:45:52.009 26844 26885 E ReactNativeJS: This error is located at:
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in h
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Navigator
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in k
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in w
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in E
09-08 18:45:52.009 26844 26885 E ReactNativeJS: Error: Minified Redux error #6; visit https://redux.js.org/Errors?code=6 for the full message or use the non-minified dev environment for full errors. 
09-08 18:45:52.009 26844 26885 E ReactNativeJS: 
09-08 18:45:52.009 26844 26885 E ReactNativeJS: This error is located at:
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in E
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Navigator
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in k
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in w
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in E
09-08 18:45:52.009 26844 26885 E ReactNativeJS: Error: Minified Redux error #6; visit https://redux.js.org/Errors?code=6 for the full message or use the non-minified dev environment for full errors. 
09-08 18:45:52.009 26844 26885 E ReactNativeJS: 
09-08 18:45:52.009 26844 26885 E ReactNativeJS: This error is located at:
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in B
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in RCTScrollView
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in W
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in ScrollView
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in v
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in c
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in s
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in s
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in RNCSafeAreaProvider
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in NativeBaseConfigProviderProvider
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in h
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in E
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Navigator
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in k
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in w
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.009 26844 26885 E ReactNativeJS:     in E
09-08 18:45:52.010 26844 26885 E ReactNativeJS: Error: Minified Redux error #6; visit https://redux.js.org/Errors?code=6 for the full message or use the non-minified dev environment for full errors. 
09-08 18:45:52.010 26844 26885 E ReactNativeJS: 
09-08 18:45:52.010 26844 26885 E ReactNativeJS: This error is located at:
09-08 18:45:52.010 26844 26885 E ReactNativeJS:     in B
09-08 18:45:52.010 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.010 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.010 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.010 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.010 26844 26885 E ReactNativeJS:     in RCTScrollView
09-08 18:45:52.010 26844 26885 E ReactNativeJS:     in W
09-08 18:45:52.010 26844 26885 E ReactNativeJS:     in ScrollView
09-08 18:45:52.010 26844 26885 E ReactNativeJS:     in v
09-08 18:45:52.010 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.010 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.010 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.010 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.010 26844 26885 E ReactNativeJS:     in c
09-08 18:45:52.010 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.010 26844 26885 E ReactNativeJS:     in s
09-08 18:45:52.010 26844 26885 E ReactNativeJS:     in s
09-08 18:45:52.010 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.010 26844 26885 E ReactNativeJS:     in RNCSafeAreaProvider
09-08 18:45:52.010 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.010 26844 26885 E ReactNativeJS:     in NativeBaseConfigProviderProvider
09-08 18:45:52.010 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.010 26844 26885 E ReactNativeJS:     in h
09-08 18:45:52.010 26844 26885 E ReactNativeJS:     in E
09-08 18:45:52.010 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.010 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.010 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.010 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.010 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.010 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.010 26844 26885 E ReactNativeJS:     in Navigator
09-08 18:45:52.010 26844 26885 E ReactNativeJS:     in k
09-08 18:45:52.010 26844 26885 E ReactNativeJS:     in w
09-08 18:45:52.010 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.010 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.010 26844 26885 E ReactNativeJS:     in RCTView
09-08 18:45:52.010 26844 26885 E ReactNativeJS:     in Unknown
09-08 18:45:52.010 26844 26885 E ReactNativeJS:     in E
09-08 18:45:52.017 26844 26885 D ReactNativeJS: [6:45:52:017] [ErrorHandler][Debug] Creating frame array
09-08 18:45:52.017 26844 26885 D ReactNativeJS: [6:45:52:017] [ErrorHandler][Debug] Notifying Bugsnag Error: Fatal error: Exception in HostFunction: Invalid null value for non-nullable primary key.
09-08 18:45:52.020 26844 26885 D ReactNativeJS: [6:45:52:020] [n::AC][Debug] Dispatching action: "IndSearch.LOAD_INDICATOR"
09-08 18:45:52.020 26844 26885 D ReactNativeJS: [6:45:52:020] [n::AC][Debug] Dispatched action completed: "IndSearch.LOAD_INDICATOR"
09-08 18:45:52.034 26844 26885 D ReactNativeJS: [6:45:52:034] [ErrorHandler][Debug] IsFatal=true Error: Minified Redux error #6; visit https://redux.js.org/Errors?code=6 for the full message or use the non-minified dev environment for full errors. 
09-08 18:45:52.035 26844 26885 D ReactNativeJS: [6:45:52:035] [ErrorHandler][Debug] Minified Redux error #6; visit https://redux.js.org/Errors?code=6 for the full message or use the non-minified dev environment for full errors. 
09-08 18:45:52.046 26844 26885 D ReactNativeJS: [6:45:52:046] [ErrorHandler][Debug] Creating frame array
09-08 18:45:52.047 26844 26885 D ReactNativeJS: [6:45:52:046] [ErrorHandler][Debug] Notifying Bugsnag Error: Fatal error: Minified Redux error #6; visit https://redux.js.org/Errors?code=6 for the full message or use the non-minified dev environment for full errors. ```
default.realme link :
https://drive.google.com/drive/folders/11bqX5h1ivMUwtW1vxSSVolYGuR2MJYTd

Steps to reproduce :

step 1:
1.Login to app
2.Search for the distrubtion 
3.Clikc on the edit distrubtion and go to the inventory page
4.Click on the search icon on the inventory page and click on submit the app gets crash 

step 2:
1.Login to app
2.go to the search page
3.click on the inventory and click on the submit app gets crash

https://github.com/avniproject/avni-client/assets/127730126/766a49cd-ed9c-4127-bdd4-f2e0a7417367


@github-project-automation github-project-automation bot moved this to New Issues in Avni Product Sep 8, 2023
@vinayvenu vinayvenu moved this from New Issues to Analysis Complete in Avni Product Sep 11, 2023
@vinayvenu vinayvenu moved this from Analysis Complete to Ready in Avni Product Sep 11, 2023
@ashusvnath ashusvnath self-assigned this Sep 11, 2023
@ashusvnath ashusvnath moved this from Ready to In Progress in Avni Product Sep 11, 2023
@himeshr
Copy link
Contributor

himeshr commented Sep 11, 2023

Duplicate of avniproject/integration-service#78

@himeshr himeshr closed this as completed Sep 11, 2023
@github-project-automation github-project-automation bot moved this from In Progress to Done in Avni Product Sep 11, 2023
@himeshr
Copy link
Contributor

himeshr commented Sep 15, 2023

Re-opening this as there still is an error..
To reproduce, add, "kit" and "subtype" "Custom search fields" for ImplementationInventory subjectType in Gvamp_uat org.

@himeshr himeshr reopened this Sep 15, 2023
@github-project-automation github-project-automation bot moved this from Done to Triaged in Avni Product Sep 15, 2023
@himeshr
Copy link
Contributor

himeshr commented Sep 15, 2023

Error is at SubjectInfoCard.renderCustomSearchResultFields()

@himeshr himeshr self-assigned this Sep 15, 2023
@himeshr himeshr moved this from Triaged to Ready in Avni Product Sep 15, 2023
@himeshr himeshr moved this from Ready to In Progress in Avni Product Sep 15, 2023
@himeshr himeshr changed the title App is getting crash... high prority issue App crashes when listing Individuals with Custom Search fields Sep 16, 2023
@himeshr himeshr moved this from In Progress to Hold in Avni Product Sep 21, 2023
@mahalakshme mahalakshme moved this from Hold to Ready in Avni Product Sep 21, 2023
@mahalakshme mahalakshme moved this from Ready to Analysis Complete in Avni Product Sep 22, 2023
@mahalakshme mahalakshme moved this from In Analysis Review to Analysis Complete in Avni Product Sep 26, 2023
@himeshr himeshr moved this from Analysis Complete to In Progress in Avni Product Oct 11, 2023
himeshr added a commit to avniproject/avni-server that referenced this issue Oct 11, 2023
Remove an observation if its values is specified as null in POST / PATCH request
@himeshr
Copy link
Contributor

himeshr commented Oct 11, 2023

The root cause of this issue was that, we were storing null values for CodedConcept "KitType" and "SubType", which used to break the app in client.
We'll avoid that by adding a check in the POST / PATCH API code to store observations only if value is not null, otherwise, remove the observation(if new values set is null).

@himeshr himeshr moved this from In Progress to Code Review Ready in Avni Product Oct 11, 2023
@mahalakshme mahalakshme moved this from Code Review Ready to In Code Review in Avni Product Oct 11, 2023
@petmongrels petmongrels moved this from In Code Review to In Progress in Avni Product Oct 11, 2023
@petmongrels petmongrels moved this from In Progress to Code Review with Comments in Avni Product Oct 11, 2023
@petmongrels petmongrels moved this from Code Review with Comments to In Code Review in Avni Product Oct 11, 2023
@petmongrels petmongrels moved this from In Code Review to QA Ready in Avni Product Oct 12, 2023
@AchalaBelokar AchalaBelokar moved this from QA Ready to In QA in Avni Product Oct 13, 2023
@AchalaBelokar AchalaBelokar moved this from In QA to Done in Avni Product Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

4 participants