|
const result = await apiCall('system/get/metrics'); |
Clicking on View Metrics gives a bad API call. The error message does not show up in the UI. In DevTools, line 67 the error gives "Invalid API Endpoint", but the UI displays Unknown Error because error.message is null.
In the CLI typing system/get/metrics/ returns the correct data, but I do not see this endpoint listed https://github.com/Nexusoft/NexusInterface/blob/master/docs/Modules/nexus-global-variable.md#apicall
react_redux_module_template/src/App/Main.js
Line 59 in 0c7cb6c
Clicking on View Metrics gives a bad API call. The error message does not show up in the UI. In DevTools, line 67 the error gives "Invalid API Endpoint", but the UI displays Unknown Error because error.message is null.
In the CLI typing
system/get/metrics/returns the correct data, but I do not see this endpoint listed https://github.com/Nexusoft/NexusInterface/blob/master/docs/Modules/nexus-global-variable.md#apicall