Failed to create JavaScript environment

Hi guys,

after huge queries (40k rows select) we retrieve this error:
{"data":null,"metadata":{},"error":"Internal Error running a block: Error: Internal server error"}

Looking for more details, I've found:

JavaScript Custom Libraries

Failed to create JavaScript environment. Reverted to last environment. See output for details.

/usr/local/lib/node_modules/corepack/dist/lib/corepack.cjs:22688
throw new Error(`Cannot find matching keyid: ${JSON.stringify({ signatures, keys })}`);
^
Error: Cannot find matching keyid: {"signatures":[{"sig":"MEUCIQDyfmLzYs4+Vuw7JzxVlrTiIwJRZkzt35fLezmouCyTvQIgHpODPYfD80JbZokwC+LKxJoaGoYkgcFhB4gqt7j0anA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"keys":[{"expires":null,"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","keytype":"ecdsa-sha2-nistp256","scheme":"ecdsa-sha2-nistp256","key":"MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE1Olb3zMAFFxXKHiIkQO5cJ3Yhl5i6UPp+IhuteBJbuHcA5UogKo0EWtlWwW6KSaKoTNEYL7JlCQiVnkhBktUgg=="}]}
at verifySignature (/usr/local/lib/node_modules/corepack/dist/lib/corepack.cjs:22688:11)
at fetchLatestStableVersion (/usr/local/lib/node_modules/corepack/dist/lib/corepack.cjs:22706:5)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async fetchLatestStableVersion2 (/usr/local/lib/node_modules/corepack/dist/lib/corepack.cjs:22826:14)
at async Engine.getDefaultVersion (/usr/local/lib/node_modules/corepack/dist/lib/corepack.cjs:23433:23)
at async Engine.executePackageManagerRequest (/usr/local/lib/node_modules/corepack/dist/lib/corepack.cjs:23525:47)
at async Object.runMain (/usr/local/lib/node_modules/corepack/dist/lib/corepack.cjs:24232:5)
Node.js v18.20.4

I tried to:

  • restart Retool kubernetes pod
  • launch helm update

In both cases without solving the problem.

Someone have experienced the same?