8thwall / web

8th Wall Web projects and resources.
519 stars 326 forks source link

Serving locally gives `code: 'ERR_OSSL_EVP_UNSUPPORTED'` #213

Open dzg opened 1 year ago

dzg commented 1 year ago

Trying to set this up on my Mac, I got "code: 'ERR_OSSL_EVP_UNSUPPORTED'"

I had to export NODE_OPTIONS=--openssl-legacy-provider before running ./serve/bin/serve

Maybe this should be in the instructions at https://github.com/8thwall/web/tree/master/serve

c-andrews commented 1 year ago

Thanks, this helped me get up and running again with the Serve script.