You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problems by Compiling @angular/router : es2015 as esm2015 end in
Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:67:19)
at Object.createHash (node:crypto:130:10)
at BulkUpdateDecorator.hashFactory (/usr/src/app/node_modules/webpack/lib/util/createHash.js:145:18)
at BulkUpdateDecorator.update (/usr/src/app/node_modules/webpack/lib/util/createHash.js:46:50)
at OriginalSource.updateHash (/usr/src/app/node_modules/webpack/node_modules/webpack-sources/lib/OriginalSource.js:104:8)
at NormalModule._initBuildHash (/usr/src/app/node_modules/webpack/lib/NormalModule.js:868:17)
at handleParseResult (/usr/src/app/node_modules/webpack/lib/NormalModule.js:934:10)
at /usr/src/app/node_modules/webpack/lib/NormalModule.js:1026:4
at processResult (/usr/src/app/node_modules/webpack/lib/NormalModule.js:743:11)
at /usr/src/app/node_modules/webpack/lib/NormalModule.js:807:5
...
Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:67:19)
at Object.createHash (node:crypto:130:10)
at BulkUpdateDecorator.hashFactory (/usr/src/app/node_modules/webpack/lib/util/createHash.js:145:18)
at BulkUpdateDecorator.update (/usr/src/app/node_modules/webpack/lib/util/createHash.js:46:50)
at OriginalSource.updateHash (/usr/src/app/node_modules/webpack/node_modules/webpack-sources/lib/OriginalSource.js:104:8)
at NormalModule._initBuildHash (/usr/src/app/node_modules/webpack/lib/NormalModule.js:868:17)
at handleParseResult (/usr/src/app/node_modules/webpack/lib/NormalModule.js:934:10)
at /usr/src/app/node_modules/webpack/lib/NormalModule.js:1026:4
at processResult (/usr/src/app/node_modules/webpack/lib/NormalModule.js:743:11)
at /usr/src/app/node_modules/webpack/lib/NormalModule.js:807:5 {
opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
library: 'digital envelope routines',
reason: 'unsupported',
code: 'ERR_OSSL_EVP_UNSUPPORTED'
}
Node.js v17.2.0
which version of alpine did u use in the install vid?
The text was updated successfully, but these errors were encountered:
Thank you for your contribution!
We are trying to reproduce your issue. Can you provide more information about the issue context? Are you using the deploy script to launch the framework?
Just build new ubuntu server 20.04, 16 GB 8 core 120 storage, updated and just did the steps from https://redherd.readthedocs.io/en/latest/getting-started/setup/
If u do it like that u will get same ERROR. Look like node.js cant work with openvp hash after update. Tried to solve it with 14-alpine image for herdview. Ssl ERROR gone but also no goal with that try.
Problems by Compiling @angular/router : es2015 as esm2015 end in
Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:67:19)
at Object.createHash (node:crypto:130:10)
at BulkUpdateDecorator.hashFactory (/usr/src/app/node_modules/webpack/lib/util/createHash.js:145:18)
at BulkUpdateDecorator.update (/usr/src/app/node_modules/webpack/lib/util/createHash.js:46:50)
at OriginalSource.updateHash (/usr/src/app/node_modules/webpack/node_modules/webpack-sources/lib/OriginalSource.js:104:8)
at NormalModule._initBuildHash (/usr/src/app/node_modules/webpack/lib/NormalModule.js:868:17)
at handleParseResult (/usr/src/app/node_modules/webpack/lib/NormalModule.js:934:10)
at /usr/src/app/node_modules/webpack/lib/NormalModule.js:1026:4
at processResult (/usr/src/app/node_modules/webpack/lib/NormalModule.js:743:11)
at /usr/src/app/node_modules/webpack/lib/NormalModule.js:807:5
...
Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:67:19)
at Object.createHash (node:crypto:130:10)
at BulkUpdateDecorator.hashFactory (/usr/src/app/node_modules/webpack/lib/util/createHash.js:145:18)
at BulkUpdateDecorator.update (/usr/src/app/node_modules/webpack/lib/util/createHash.js:46:50)
at OriginalSource.updateHash (/usr/src/app/node_modules/webpack/node_modules/webpack-sources/lib/OriginalSource.js:104:8)
at NormalModule._initBuildHash (/usr/src/app/node_modules/webpack/lib/NormalModule.js:868:17)
at handleParseResult (/usr/src/app/node_modules/webpack/lib/NormalModule.js:934:10)
at /usr/src/app/node_modules/webpack/lib/NormalModule.js:1026:4
at processResult (/usr/src/app/node_modules/webpack/lib/NormalModule.js:743:11)
at /usr/src/app/node_modules/webpack/lib/NormalModule.js:807:5 {
opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
library: 'digital envelope routines',
reason: 'unsupported',
code: 'ERR_OSSL_EVP_UNSUPPORTED'
}
Node.js v17.2.0
which version of alpine did u use in the install vid?
The text was updated successfully, but these errors were encountered: