minor / plutonium

A Next.js template styled with TailwindCSS
https://plutonium.saurish.com
64 stars 20 forks source link

opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ] #3

Open yudataguy opened 1 year ago

yudataguy commented 1 year ago

Node 18.18.0

yarn dev

  opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
  library: 'digital envelope routines',
  reason: 'unsupported',
  code: 'ERR_OSSL_EVP_UNSUPPORTED'
}
chrisli30 commented 7 months ago

I encountered the same problem, and was able to solve it with these changes, https://github.com/chrisli30/web-plutonium/commit/860f4201eba8a1c5e0eba1d4c40af530d850937a

Solution on Stack Overflow: https://stackoverflow.com/questions/71033802/error-error0308010cdigital-envelope-routinesunsupported-next-js