Skip to content
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

[BUG] ERR_OSSL_EVP_UNSUPPORTED while building #426

Open
olluz opened this issue Apr 12, 2023 · 0 comments
Open

[BUG] ERR_OSSL_EVP_UNSUPPORTED while building #426

olluz opened this issue Apr 12, 2023 · 0 comments

Comments

@olluz
Copy link

olluz commented Apr 12, 2023

Deployment details:

  • App version [e.g. v1.7.4]: latest master (commit: 446b409)
  • Platform [e.g. amd64, arm64, arm/v7]: amd64
  • Docker image tag [e.g. latest, multiarch]: installation without docker
  • Node.js v18.12.1

Bug description:
I am leaving this here including a temporary fix in case anybody runs into this issue

npm run build

-> leads to:
opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], library: 'digital envelope routines', reason: 'unsupported', code: 'ERR_OSSL_EVP_UNSUPPORTED'


Steps to fix:

export NODE_OPTIONS=--openssl-legacy-provider

npm run build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant