You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✕ Please contact VIP Support with the following information:
TypeError: Cannot read properties of null (reading 'toString')
at /home/dero/.nvm/versions/node/v18.13.0/lib/node_modules/@automattic/vip/dist/lib/cli/format.js:75:50
at Array.map (<anonymous>)
at /home/dero/.nvm/versions/node/v18.13.0/lib/node_modules/@automattic/vip/dist/lib/cli/format.js:75:24
at Array.forEach (<anonymous>)
at table (/home/dero/.nvm/versions/node/v18.13.0/lib/node_modules/@automattic/vip/dist/lib/cli/format.js:74:8)
at formatData (/home/dero/.nvm/versions/node/v18.13.0/lib/node_modules/@automattic/vip/dist/lib/cli/format.js:37:14)
at getAllEnvVarsCommand (/home/dero/.nvm/versions/node/v18.13.0/lib/node_modules/@automattic/vip/dist/bin/vip-config-envvar-get-all.js:73:38)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async _args.default.argv (/home/dero/.nvm/versions/node/v18.13.0/lib/node_modules/@automattic/vip/dist/lib/cli/command.js:461:11)
Error: Unexpected error
Debug: VIP-CLI v3.8.4, Node v18.13.0, linux 5.15.153.1-microsoft-standard-WSL2 x64
This has been encountered by multiple members of our team on multiple environments.
I believe this is due to insufficient permissions to read env variable values. The experience should be fixed.
Also, I don't know of a way to check my role in a given app, so I can't even be sure if it's due to insufficient permissions, or something else.
The text was updated successfully, but these errors were encountered:
Running
vip @<app-id>.<env> config envvar get-all
crashes the script execution with:This has been encountered by multiple members of our team on multiple environments.
I believe this is due to insufficient permissions to read env variable values. The experience should be fixed.
Also, I don't know of a way to check my role in a given app, so I can't even be sure if it's due to insufficient permissions, or something else.
The text was updated successfully, but these errors were encountered: