Vercel, Next.JS and possibly googleapis decoder error
Unanswered
Whip-poor-will posted this in #help-forum
Whip-poor-willOP
Works perfectly locally, but getting this error on the preview logs:
error Error: error:1E08010C:DECODER routines::unsupported
at Sign.sign (node:internal/crypto/sig:131:29)
at Object.sign (/var/task/.next/server/chunks/156.js:20:9175)
at Object.u [as sign] (/var/task/.next/server/chunks/156.js:20:11951)
at l.requestToken (/var/task/.next/server/chunks/156.js:17:8351793)
at l.getTokenAsyncInner (/var/task/.next/server/chunks/156.js:17:8350733)
at l.getTokenAsync (/var/task/.next/server/chunks/156.js:17:8350314)
at l.getToken (/var/task/.next/server/chunks/156.js:17:8349445)
at n.refreshTokenNoCache (/var/task/.next/server/chunks/156.js:10:40131)
at n.refreshToken (/var/task/.next/server/chunks/156.js:10:44547)
at n.getRequestMetadataAsync (/var/task/.next/server/chunks/156.js:10:47398) {
library: 'DECODER routines',
reason: 'unsupported',
code: 'ERR_OSSL_UNSUPPORTED'
}2 Replies
Whip-poor-willOP
Does vercel remove the double quotes when populating the env variables ?
Whip-poor-willOP