DeepSourceCorp/good-first-issue

ERR_OSSL_EVP_UNSUPPORTED while starting the development server.

prathamjagga opened this issue · 4 comments

I am encountering the following error when I start the dev server using "yarn dev -o" command:
Screenshot from 2022-12-25 22-53-53
Node Version: 18.12.1 LTS
Ubuntu Version: Ubuntu 20.04.5 LTS

vcbenj commented

I'm sure everyone will want a more permanent fix but to get this to work install nvm and use node v16.0.19. I had this same problem and downgrading Node worked for me.

There is a work-around with export NODE_OPTIONS=--openssl-legacy-provider. You don't have to downgrade Node.

There is a work-around with export NODE_OPTIONS=--openssl-legacy-provider. You don't have to downgrade Node.

The issue still reproduces.

Hi! This has been fixed. Please use Node 20 with bun and it should work as expected.