-
Notifications
You must be signed in to change notification settings - Fork 536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenSSL / digital envelope routine #95
Comments
Hi, @biggeye I got the same error, which seems to occur when you use Node.js v18. You can change the Node.js version from Project Settings on the Vercel console. |
The same error and node v16 doesn't help! |
Thank you Mahomiyata, I had the same issue. |
I am also getting a similar error. For what it's worth, I've set the Node version to v16 and I've manually connected my page to the vercel connection (which is something that I saw buried in the Notion docs, thinking this was a API / Permission issue.
|
i had the same error `yarn run v1.22.19 Error: error:0308010C:digital envelope routines::unsupported Node.js v18.13.0 solutions? |
Same error! |
Thrown during deployment through Vercel:
Error: error:0308010C:digital envelope routines::unsupported -- 10:02:37.169 | at new Hash (node:internal/crypto/hash:71:19) 10:02:37.169 | at Object.createHash (node:crypto:133:10) 10:02:37.169 | at BulkUpdateDecorator.hashFactory (/vercel/path0/node_modules/next/dist/compiled/webpack/bundle5.js:138971:18) 10:02:37.169 | at BulkUpdateDecorator.update (/vercel/path0/node_modules/next/dist/compiled/webpack/bundle5.js:138872:50) 10:02:37.169 | at /vercel/path0/node_modules/next/dist/compiled/webpack/bundle5.js:59321:9 10:02:37.169 | at processTicksAndRejections (node:internal/process/task_queues:82:21) 10:02:37.169 | at runNextTicks (node:internal/process/task_queues:64:3) 10:02:37.169 | at process.processImmediate (node:internal/timers:442:9) { 10:02:37.169 | opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], 10:02:37.169 | library: 'digital envelope routines', 10:02:37.169 | reason: 'unsupported', 10:02:37.170 | code: 'ERR_OSSL_EVP_UNSUPPORTED' 10:02:37.170 | } 10:02:37.170 | 10:02:37.170 | Node.js v18.13.0 10:02:37.194 | error Command failed with exit code 1. 10:02:37.195 | info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. 10:02:37.213 | Error: Command "yarn run build" exited with 1 10:02:37.898 | BUILD_FAILED: Command "yarn run build" exited with 1
The text was updated successfully, but these errors were encountered: