I’m trying to sign a private plugin, something is failing but I cannot find what it is, any idea?
npx @grafana/toolkit plugin:sign --rootUrls http://localhost:3001
Building manifest…
Signing manifest…
Error: Error signing manifest: Request failed with status code 500
at /home/lperf/.npm/_npx/12964/lib/node_modules/@grafana/toolkit/src/plugins/manifest.js:168:27
at step (/home/lperf/.npm/_npx/12964/lib/node_modules/@grafana/toolkit/node_modules/tslib/tslib.js:143:27)
at Object.throw (/home/lperf/.npm/_npx/12964/lib/node_modules/@grafana/toolkit/node_modules/tslib/tslib.js:124:57)
at rejected (/home/lperf/.npm/_npx/12964/lib/node_modules/@grafana/toolkit/node_modules/tslib/tslib.js:115:69)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
grep ^root_url /etc/grafana/grafana.ini
root_url = http://localhost:3001
the first part of the id in the src/plugin.json matches the organization name on my grafana cloud account
And I created the key with the pluginpubliser role.
Is there any flag that I could use to try to understand the issue?
Thanks,
Jorge