generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Certain redux store variables, relied upon to be safe, are getting corrupted and set to empty values like undefined
. This can cause other side effects and NPEs, potentially putting the UI in odd error states.
Currently, only able to reproduce in docker distributions. The root cause is related to the API calls not being set as rejected
if they fail for whatever reason (e.g., searching for agents when the system index hasn't been initialized). In a local environment, this is caught, set as rejected
, and the error is propagated. In a docker environment, it is being set as fulfilled
state in redux, even if empty, leading to the corruption and downstream NPEs.
Further research is needed to identify the nuance.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working