Expand my Community achievements bar.

Adobe Launch Extension Development Issue

Avatar

Level 2

Hi Team,

We are facing an issue while trying to upload the launch extension we developed. It works fine it sandbox, but we cannot upload to Adobe Launch for further testing. Permission for Launch Development has been given from Adobe Console. Below is the verbose message we get while uploading. It’s the last step that’s failing, while uploading the zip it gives a 500 error response.

To upload extensions via @adobe/reactor-uploader package to Launch, We tried creating an integration through Adobe I/O and authenticate with Adobe IO integration details. But We are getting the below error while trying to do the same,

{ response:

   { debugId: 3,

     headers:

      { 'access-control-allow-credentials': 'true',

        'access-control-allow-headers':

         'x-gw-ims-org-id,X-Api-Data-Case,Authorization,Content-Type,X-Api-Key,User-Agent,If-Modified-Since',

        'access-control-allow-methods': 'GET, POST, PATCH, PUT, DELETE, OPTIONS',

        'access-control-allow-origin': '*',

        'access-control-max-age': '60',

        'content-type': 'text/html; charset=UTF-8',

        date: 'Mon, 18 Feb 2019 06:32:30 GMT',

        server: 'openresty',

        'x-request-id': 'OzJSTAhMRIUtzgKZay0XZ6dv52nXv8CM',

        'x-runtime': '0.052873',

        'content-length': '0',

        connection: 'Close' },

     statusCode: 500,

     body: '' } }

(node:22344) UnhandledPromiseRejectionWarning: Error: Error uploading extension package. An unknown error occurred.

    at module.exports (C:\Users\sunmurug1\cookieDE-API\node_modules\@adobe\reactor-uploader\bin\handleResponseError.js:26:9)

    at module.exports (C:\Users\sunmurug1\cookieDE-API\node_modules\@adobe\reactor-uploader\bin\uploadZip.js:72:5)

    at process._tickCallback (internal/process/next_tick.js:68:7)

(node:22344) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by

rejecting a promise which was not handled with .catch(). (rejection id: 2)

(node:22344) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

Any idea on the above issue?

Thanks in Advance!

Sundhara Vadivu M.

0 Replies