We encountered below error recently with node lts upgrade.
+ node --version
v24.17.0
+ aio config:set ims.contexts.aio-cli-plugin-cloudmanager config.json --file --json
+ aio cloudmanager:list-programs
› Error: Invalid response body while trying to fetch
› https://ims-na1.adobelogin.com/ims/token/v2: Premature close
› Code: ERR_STREAM_PREMATURE_CLOSE
We could that it all works fine on node 24.15.0 with 11.1.0
+ node --version
v24.15.0
+ aio config:set ims.contexts.aio-cli-plugin-cloudmanager config.json --file --json
+ aio cloudmanager:list-programs
› Warning: @adobe/aio-cli update available from [93m11.1.0[39m to [93m11.1.2[39m.
› Run [92mnpm install -g @adobe/aio-cli[39m to update.
Program Id Name Enabled
────────── ───────────────────────── ───────
XXX YYYYYYYYYYYYYY true
We encountered below error recently with node lts upgrade.
We could that it all works fine on node
24.15.0with11.1.0