-
Notifications
You must be signed in to change notification settings - Fork 211
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
[4.2] Serving Locally fails #290
Comments
I am also experiencing this issue (linux). Limited research makes me think it could be openssl related. OpenSSL Version: 3.0.8 Any help is appreciated |
This was mentioned previously in #279 and #273. Some ways to work around it are to either:
FWIW I think the "right" way to fix it is solution 3. Could someone from @rustwasm approve that PR please? |
Thank you! This workaround worked for me 👍 |
Describe the bug
"Serving Locally" fails with this error
To Reproduce
Follow the steps in the book up to 4.2 "Serving Locally" on page
https://rustwasm.github.io/docs/book/game-of-life/hello-world.html
Expected behavior
The local dev server should start and serve the page.
The text was updated successfully, but these errors were encountered: