Linked Questions

Popular Questions

 opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
 library: 'digital envelope routines',
  reason: 'unsupported',
  code: 'ERR_OSSL_EVP_UNSUPPORTED'
   }

  Node.js v19.5.0

i am getting this error in my nextjs project.

i don't want to downgrade my nodejs software version. Is there any other solution ?

Related Questions