-
Notifications
You must be signed in to change notification settings - Fork 280
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
ERR_INVALID_ARG_TYPE When Getting Certificate #254
Comments
I have this line after port: 80, Test with this? Also, I use npm version 10 I think to get this working. |
Can confirm, same issue, |
What node version are you using? I had to use v10 to get it working What's your firewall? ufw status |
I just tested on fresh install ubuntu 18.04. All working normal. node -v I know long time ago I used latest node and it failed. Then I had to use v10 to get it working. I forgot what error it was. Maybe test on different version see if it works? Ubuntu 18.04: remove node npmsudo apt remove -y nodejs > and remove any node list if you havsudo apt-get update install node v10.xcurl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - installs node and npmAlso check your ports. Just disable firewall for now to test it. I do believe redbird uses port 9999 and also 80, 443. |
Thanks! Changing to node 10 using nvm fixes the problem |
UPD: node 12 and node 13 do not have these issues as well A node 14 specific issue it seems |
Good work. Thanks for sharing info on node 12 and 13 works! Redbird should really update their docs to let people know. |
Thanks. Can confirm as I am using Node 14. Tried on Node 10 it's working fine except still getting #233 when set |
You should make a new ticket with your details and what you have done and error output |
Thank you. Works good in Node 12.18.3 LTS. |
I tried production with
false
it got #233, and withtrue
I got this instead.The stack
My script
The text was updated successfully, but these errors were encountered: