Skip to content

Error deploying action Returned HTTP 503 (Service Unavailable) --> "Response Missing Error Message." #24

@icaraps

Description

@icaraps

In the setup where an action index.js and its dependencies is zipped with :

const rtLib = require('@adobe/aio-lib-runtime')

rtLib.utils.zip(
  'dist/application/actions/pages-temp',
  'dist/application/actions/pages.zip'
)

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."

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions