pawelmalak / flame

Flame is self-hosted startpage for your server. Easily manage your apps and bookmarks with built-in editors.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] ERR_OSSL_EVP_UNSUPPORTED while building

olluz opened this issue · comments

commented

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