Skip to content
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 running development server #212

Closed
fiatjaf opened this issue Jan 24, 2023 · 2 comments
Closed

Error running development server #212

fiatjaf opened this issue Jan 24, 2023 · 2 comments

Comments

@fiatjaf
Copy link
Contributor

fiatjaf commented Jan 24, 2023

When running yarn dev I get this:

error:0308010C:digital envelope routines::unsupported

2023-01-24-155206_958x1035_scrot

@mmalmi
Copy link
Contributor

mmalmi commented Jan 25, 2023

Found this https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported

Author of the iris-messenger dockerfile took the approach NODE_OPTIONS=--openssl-legacy-provider yarn serve. Or maybe node version can be specified in package.json or somewhere.

@fiatjaf
Copy link
Contributor Author

fiatjaf commented Jan 25, 2023

Indeed, that worked. I searched for it too but couldn't find the solution.

If you specify the Node version that will just prevent me from running it at all since I can't change my Node version. Or I will delete that part from package.json and try anyway.

@fiatjaf fiatjaf closed this as completed Jan 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants