-
-
Notifications
You must be signed in to change notification settings - Fork 650
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
Error: error:0308010C:digital envelope routines::unsupported #574
Comments
The UI still uses an older react-scripts version which uses the legacy openssl provider. if you're Nodejs > 16, then you've to add this env variable, and then execute
|
EDIT @jmattheis Thanks, that worked! |
I recommend that the build script detects the running node version and sets this environment variable on behalf of the user. |
Maybe, but it's probably better to remove the need for the legacy openssl version by updating the react-scripts dependency. |
@jmattheis When updating
|
Yeah, only updating react-scripts isn't enough, everything that depends on it must be updated too. |
You can simply use node v16, try NVM for switching between versions easily. |
yes |
Can the issue be reproduced with the latest available release? (y/n)
Which one is the environment gotify server is running in?
Docker startup command or config file here (please mask sensitive information)
Ubuntu 23.04
gotify: 5cd2d54
The text was updated successfully, but these errors were encountered: