lszajek
lszajek
I found temporary solution which works for me: 1) Install latest aio-cli-plugin-auth (3.2.1) 2) Add to global ~/.config/aio file (take credentials from developer console): ```yaml { aio-cli-telemetry: { optOut: true,...
Did you check the version of aio-cli-plugin-cloudmanager plugin? It seems that v4.1.0 has fixed that. And make sure that you have OAuth Server-to-Server credentials set at developer console.
Also check the version of aio-cli, it is working for me with v9.3.0
@mstuart2-dxc I also had such a problem after upgrading aio-cli-plugin-cloudmanager to 4.1.0 and temporary resolved it by disabling prerun hook in package.json. Just rename `"prerun": "./src/hooks/prerun/prerun-all.js"` to `"__prerun": "./src/hooks/prerun/prerun-all.js"` in...