Question
Error on upgrading to @adobe/aio-cli/11.0.0
Hello,
We are encountering an error after upgrading the aio-cli version from 10.3.4 to 11.0.0.
The current Node.js version is node-v20.18.0.
Error message:
› Error: [IMSSDK:CONTEXT_NOT_CONFIGURED] IMS context 'onboarding-config' is not configured
After reverting to aio-cli version 10.3.4, the aio commands (such as deploy) started working without any issues. We used the following command to revert:
npm install -g @adobe/aio-cli@10.3.4
Can someone please help us resolve the error encountered with @adobe/aio-cli/11.0.0?