Open ruurtjan opened 1 year ago
Hi Leif,
Your tool looks like exactly what I need, but the Heroku app is down and I can't get the source to compile. I thought you'd like to know in case you intend to keep the app around.
Cheers, Ruurtjan
The error you're encountering, error:0308010C:digital envelope routines::unsupported
, is related to the version of Node.js you're using, particularly when it's version 17 or later. This issue arises due to changes in the default OpenSSL configuration, which now defaults to a more secure but less compatible mode (openssl.cnf
setting).
export NODE_OPTIONS=--openssl-legacy-provider
start yarn
Hi Leif,
Your tool looks like exactly what I need, but the Heroku app is down and I can't get the source to compile. I thought you'd like to know in case you intend to keep the app around.
Cheers, Ruurtjan