You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a bug where the spinner doesn't get replaced with the green checkmark.
It looks like the backend is sending the right data.
I think this happens because the state doesn't get updated correctly. Maybe we are missing a dependency on another variable to trigger the render?
Desired behavior
What is the severity of this bug?
Painful; this is causing significant friction in my workflow.
What area of the product does this pertain to?
Frontend: the Graphical User Interface, including the Enclave Manager
The text was updated successfully, but these errors were encountered:
## Description:
Added logic to handle error when script fails to run and returns an
error. Before the status of the execution would just hang as being in
progress, but now it updates the status to be an error (when the error
is returned from the EM API).
As a followup I've created issue #1618 to provide better error reporting
in the UI.
## Is this change user facing?
YES
## References (if applicable):
Closes: #1587
What's your CLI version?
Description & steps to reproduce
There's a bug where the spinner doesn't get replaced with the green checkmark.
It looks like the backend is sending the right data.
I think this happens because the state doesn't get updated correctly. Maybe we are missing a dependency on another variable to trigger the render?
Desired behavior
What is the severity of this bug?
Painful; this is causing significant friction in my workflow.
What area of the product does this pertain to?
Frontend: the Graphical User Interface, including the Enclave Manager
The text was updated successfully, but these errors were encountered: