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
adding const { Core } = require('@adobe/aio-sdk'); to the action and deploying it to runtime with aio app deploy --no-web-assets --no-build fails with the following error:
› Error: PUT https://adobeioruntime.net/api/v1/namespaces/mynamespace/actions/actions/pages Returned HTTP 503 (Service Unavailable) --> "Response Missing Error Message."
The text was updated successfully, but these errors were encountered:
if you are zipping without building the action, you are responsible for packaging its dependencies too.
Isn't this just a case of the dependency not being part of the zip?
In the setup where an action
index.js
and its dependencies is zipped with :adding
const { Core } = require('@adobe/aio-sdk');
to the action and deploying it to runtime withaio app deploy --no-web-assets --no-build
fails with the following error:The text was updated successfully, but these errors were encountered: