menu
techminis

A naukri.com initiative

google-web-stories
Home

>

Programming News

>

{ my learn...
source image

Dev

3w

read

224

img
dot

Image Credit: Dev

{ my learnings through Error message “error:0308010C:digital envelope routines::unsupported” }

  • The error 'error:0308010C:digital envelope routines::unsupported' occurred in a full-stack application due to changes in Node.js's handling of OpenSSL.
  • The application was using cryptographic algorithms or features that are no longer supported in the current OpenSSL version bundled with Node.js.
  • To fix the error, the user tried reinstalling the dependencies by deleting the node_modules folder but it didn't work.
  • Eventually, the user switched to using the --openssl-legacy-provider flag in the package.json file to temporarily enable support for legacy algorithms, which solved the issue.

Read Full Article

like

13 Likes

For uninterrupted reading, download the app