actions
actions copied to clipboard
When the backend changes the action server UI doesn't reflect the changes
Issue by fabioz Friday Apr 12, 2024 at 12:00 GMT Originally opened as https://github.com/robocorp/robocorp/issues/357
What happens is the following:
The user starts the action server with action-server start and then goes on to the builtin UI. At that point he changes the action and restarts the action server: the builtin UI will still be bound to the old settings (so, for instance if the api key is now needed or the arguments are different, the UI won't work properly).