We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to run npm run start-dev it complains about SSL, that the length is too small
The text was updated successfully, but these errors were encountered:
I solved using below commands
pkg install openssl-tool -y
cd .vscode
openssl req -newkey rsa:2048 -nodes -keyout server.key -x509 -days 365 -out server.crt
after running above commands you can restart development server.
Sorry, something went wrong.
I just instead edit their code to use localhost, check the commit history
(#39)
No branches or pull requests
When trying to run npm run start-dev it complains about SSL, that the length is too small
The text was updated successfully, but these errors were encountered: