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
This error might be caused due to OpenSSL-related changes in Node.js v17 and above. OpenSSL 3.0 is used in node versions v17+, which has stricter handling of cryptographic functions, and some older cryptographic algorithms are now legacy code.
A temporary solution would be to add a NODE_OPTIONS=--openssl-legacy-provider to build and dev scripts to support the OpenSSL legacy provider.
This error might be caused due to OpenSSL-related changes in
Node.js v17
and above.OpenSSL 3.0
is used in node versions v17+, which has stricter handling of cryptographic functions, and some older cryptographic algorithms are now legacy code.A temporary solution would be to add a
NODE_OPTIONS=--openssl-legacy-provider
to build and dev scripts to support the OpenSSL legacy provider.Node js version - 23.1.0
Full logs -
The text was updated successfully, but these errors were encountered: