aio rde cli login issue
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?