Hi I am trying to create an action which has npm modules and dependency. I have created manifest.yaml file and deployed it as was instructed in the doc developer.adobe.com/runtime/docs/guides/using/creating_actions/#deploying-zip-actions
But while invoking it/ trying to retrieve the url I am getting following error.
[While invoking] {
"error": "Cannot initialize the action more than once."
}
[Trying to retrieve url] error: Unable to get action 'countStorage': Resource by this name exists but is not in this collection.
Help/Suggestion is highly appreciated