Crash on Search #51

Closed
opened 2022-12-29 21:57:52 +00:00 by nstephenh · 1 comment
nstephenh commented 2022-12-29 21:57:52 +00:00 (Migrated from github.com)
react_devtools_backend.js:4012 TypeError: Cannot read properties of undefined (reading 'pattern')
    at Bh (AcquisitionPanel.tsx:213:41)

Some results were returned, but then it crashes.

``` react_devtools_backend.js:4012 TypeError: Cannot read properties of undefined (reading 'pattern') at Bh (AcquisitionPanel.tsx:213:41) ``` Some results were returned, but then it crashes.
rishighan commented 2024-10-28 16:51:08 +00:00 (Migrated from github.com)

This could be attributed to a search against a non-existent elasticsearch index. Added error-checking that displays a message if the index doesn't exist.

This could be attributed to a search against a non-existent elasticsearch index. Added error-checking that displays a message if the index doesn't exist.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: frishi/threetwo#51