Rob Fellows created NIFI-13018:
----------------------------------

             Summary: BUG - Refreshing Node Status History when open for the 
cluster, makes the incorrect backend call
                 Key: NIFI-13018
                 URL: https://issues.apache.org/jira/browse/NIFI-13018
             Project: Apache NiFi
          Issue Type: Sub-task
          Components: Core UI
            Reporter: Rob Fellows


If you open the Node Status History dialog from the global menu and then hit 
the refresh icon in the corner, the API call fails as it is trying to load:


{code:java}
http://localhost:4200/nifi-api/flow/processors/undefined/status/history
{code}



and gets a 404. It should be calling:


{code:java}
http://localhost:4200/nifi-api/controller/status/history
{code}




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to