This repository was archived by the owner on Dec 17, 2024. It is now read-only.
This repository was archived by the owner on Dec 17, 2024. It is now read-only.
Deploy button in editor does not report errors #967
Open
Description
i created an action which failed to deploy (controller misconfiguration) but no error was given in the shell; inspecting the console logs showed Uncaught (in promise) OpenWhiskError
with a meaningful error message which clued me in that I didn't configure my controller correctly.
the shell should not silently fail to deploy but perhaps report an error somewhere obvious - wdyt?