When entering the credentials to utilize Google Vertex with the Agent AI - Tools Agent node, and even after validating the credentials, an error is displayed:
Error: error:1E08010C:DECODER routines::unsupported at Sign.sign (node:internal/crypto/sig:128:29) at Object.sign (/usr/local/lib/node_modules/callin.io/node_modules/jwa/index.js:152:45) at Object.jwsSign [as sign] (/usr/local/lib/node_modules/callin.io/node_modules/jws/lib/sign-stream.js:32:24) at GoogleToken.requestToken (/usr/local/lib/node_modules/callin.io/node_modules/gtoken/build/src/index.js:232:31) at GoogleToken.getTokenAsyncInner (/usr/local/lib/node_modules/callin.io/node_modules/gtoken/build/src/index.js:166:21) at GoogleToken.getTokenAsync (/usr/local/lib/node_modules/callin.io/node_modules/gtoken/build/src/index.js:145:55) at GoogleToken.getToken (/usr/local/lib/node_modules/callin.io/node_modules/gtoken/build/src/index.js:97:21) at JWT.refreshTokenNoCache (/usr/local/lib/node_modules/callin.io/node_modules/google-auth-library/build/src/auth/jwtclient.js:172:36) at JWT.refreshToken (/usr/local/lib/node_modules/callin.io/node_modules/google-auth-library/build/src/auth/oauth2client.js:153:24) at JWT.getRequestMetadataAsync (/usr/local/lib/node_modules/callin.io/node_modules/google-auth-library/build/src/auth/oauth2client.js:298:28) at JWT.getRequestMetadataAsync (/usr/local/lib/node_modules/callin.io/node_modules/google-auth-library/build/src/auth/jwtclient.js:94:26) at JWT.requestAsync (/usr/local/lib/node_modules/callin.io/node_modules/google-auth-library/build/src/auth/oauth2client.js:371:34) at JWT.request (/usr/local/lib/node_modules/callin.io/node_modules/google-auth-library/build/src/auth/oauth2client.js:365:25) at GoogleAuth.request (/usr/local/lib/node_modules/callin.io/node_modules/google-auth-library/build/src/auth/googleauth.js:678:23) at GAuthClient.request (/usr/local/lib/node_modules/callin.io/node_modules/@langchain/google-gauth/dist/auth.cjs:41:25)
- callin.io version:1.55.1
- Database (default: SQLite): default
- callin.io EXECUTIONS_PROCESS setting (default: own, main): default
- Running callin.io via (Docker, npm, callin.io cloud, desktop app):callin.io cloud
- Operating system:Windows 11
Hello,
We are aware of this issue and are working on a fix. You can track the progress via the issue linked below.
Please provide the rewritten markdown content *it should be in the markdown format.
Was this resolved? I encountered the same errors last night with the Vertex node.
I'm experiencing this as well.
Here's the solution: error:1E08010C:DECODER routines::unsupported when using Google Cloud Service Account · Issue #10347 · n8n-io/n8n · GitHub
The issue stems from newlines within the key. I resolved the error by changing the key format input type to "expression".
This discussion was automatically closed 90 days following the last response. New replies are no longer permitted.