i'm getting the below error when using aem:rde:install command -
{
code: 'ERROR_LIST_PROGRAMS',
sdk: 'CloudManagerSDK',
sdkDetails: {
orgId: '123456789@AdobeOrg',
apiKey: 'aio-cli-console-auth',
accessToken: 'ey...',
url: 'https://cloudmanager.adobe.io/api/programs',
response: Response {
size: 0,
timeout: 0,
[Symbol(Body internals)]: [Object],
[Symbol(Response internals)]: [Object]
},
requestId: '123456789'
}
}
I am able to login to rde environment and developer console separately on the browser but not able to push packages.
Any help on this?
Solved! Go to Solution.
Views
Replies
Total Likes
I would suggest to get your access checked for 403 Forbidden Error.
It might just be possible that you are using a different account to access the CLI. This sometimes can happen if you are using multiple IDs which are associated with SSO for Adobe applications.
If you want to refresh simply try the below commands -
aio logout
aio login
The browser sign in window for CLI should appear.
Can you post the complete log from the command prompt?
The response size 0 indicates that the request might be giving 200 OK.
Can you check if the Cloud Environment/Instance was on maintenance mode?
the cloud instance had no notification as such
here is the complete log -
PS C:\Proj\Repo\aem> aio aem:rde:install .\all\target\aem.all-0.0.1-SNAPSHOT.zip
AioCoreSDKError [CloudManagerError]: [CloudManagerSDK:ERROR_LIST_PROGRAMS] Cannot retrieve programs: https://cloudmanager.adobe.io/api/programs (403 Forbidden)
at new <anonymous> (C:\Users\admin\AppData\Local\@adobe\aio-cli\node_modules\@adobe\aio-lib-core-errors\src\AioCoreSDKErrorWrapper.js:33:9)
at C:\Users\admin\AppData\Local\@adobe\aio-cli\node_modules\@adobe\aio-lib-cloudmanager\src\index.js:198:20
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
FkZGl0aW9uYWxfaW5mby5wcm9qZWN0ZWRQcm9kdWN0Q29udGV4dCJ9.Zs2qek8iNKElXtmECb90-VqiiBjWSD5tiG3eVXU-Ln9fNpTpBCJI9GU8OGi6-5Toq8Z2JIDqA9m0e2VnMknfz3FU4--v5dOWma5xKTQ6i3H2lFVtJhr8dTGm0Zx8GclJIe6eihF-hrw8LXl_SZmfNnbDQAQ43gZ0mJjMSrxS_eIomWTvFPMpontlglZ032K15DRbDqJxsigS0qPITgXVjYi5Mz0QHCV28gg',
url: 'https://cloudmanager.adobe.io/api/programs',
response: Response {
size: 0,
timeout: 0,
[Symbol(Body internals)]: [Object],
[Symbol(Response internals)]: [Object]
},
requestId: 'CrcNDPhdNjdTUnN4wl5I8RmFu2Y8ejQj'
}
}
Views
Replies
Total Likes
I would suggest to get your access checked for 403 Forbidden Error.
It might just be possible that you are using a different account to access the CLI. This sometimes can happen if you are using multiple IDs which are associated with SSO for Adobe applications.
If you want to refresh simply try the below commands -
aio logout
aio login
The browser sign in window for CLI should appear.
Hi,
The error you're encountering with the aem:rde:install command suggests an issue with the program configuration or authentication. To resolve it:
Verify program configuration: Double-check the program ID, organization ID, and API key used in the Cloud Manager SDK configuration.
Check authentication: Ensure your authentication credentials, particularly the access token, are valid and not expired.
i have already configured the correct org id, env id, program id. The access token is still valid too.
Views
Replies
Total Likes
Sometimes 403 Forbidden can be the case when you don't specifically have access to the developer console.
Cloud Manager->Environments->RDE->Developer Console.
If you don't have access, contact your admin.
Views
Replies
Total Likes