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
The dockerfiles recently got updated to node17.
This cut off support for old algorithms (see the release notes).
In our particular case, the problem is react-scripts that depends on an too-old version of webpack. See this discussion.
To make the app buildable with node17, the flag --openssl-legacy-provider was added to the client.dockerfile.
As soon as the new version of react-scripts is released, this flag should be removed again.
The text was updated successfully, but these errors were encountered:
The dockerfiles recently got updated to node17.
This cut off support for old algorithms (see the release notes).
In our particular case, the problem is
react-scripts
that depends on an too-old version ofwebpack
. See this discussion.To make the app buildable with node17, the flag
--openssl-legacy-provider
was added to theclient.dockerfile
.As soon as the new version of
react-scripts
is released, this flag should be removed again.The text was updated successfully, but these errors were encountered: