IN PROGRESS: Debugging the following error when making the /upload/config API call to locally running web app deployer:
listening on 0.0.0.0:9555
...
Error: Error decrypting private key: Incorrect key passphrase
at Qu.decrypt (~/webapp-deployment-status-api/node_modules/openpgp/dist/node/openpgp.min.js:2:305475)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async ~/webapp-deployment-status-api/node_modules/openpgp/dist/node/openpgp.min.js:2:21568
at async Promise.all (index 0)
at async ~/webapp-deployment-status-api/node_modules/openpgp/dist/node/openpgp.min.js:2:21527
IN PROGRESS: Debugging the following error when making the `/upload/config` API call to locally running web app deployer:
```
listening on 0.0.0.0:9555
...
Error: Error decrypting private key: Incorrect key passphrase
at Qu.decrypt (~/webapp-deployment-status-api/node_modules/openpgp/dist/node/openpgp.min.js:2:305475)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async ~/webapp-deployment-status-api/node_modules/openpgp/dist/node/openpgp.min.js:2:21568
at async Promise.all (index 0)
at async ~/webapp-deployment-status-api/node_modules/openpgp/dist/node/openpgp.min.js:2:21527
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Part of https://www.notion.so/Support-encrypted-config-for-deploy-laconic-com-18aa6b22d4728099bc64fc7a310b530d
IN PROGRESS: Debugging the following error when making the
/upload/configAPI call to locally running web app deployer: