-
-
Notifications
You must be signed in to change notification settings - Fork 942
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
Cannot read property 'startsWith' of undefined #998
Comments
I cannot reproduce: https://runkit.com/szmarczak/5df73664584fba001a4bfa10 |
@cesargdm It would be helpful if you could submit a pull request with a failing tests. |
I'm also having this problem. It seems related to this issue nodejs/node#26198 |
The hello world of got is failing with with this error, using 10.5.5 with nodejs 10.16.0 on MacOS 10.15.2:
|
@ApoorvaNs It's a bug in Node.js 10. The issue has been fixed >= Node.js 12. |
Thanks much @szmarczak, will try node 12. |
nodejs/node#26226 was backported to v10.x via nodejs/node#32446. It should be available >= 10.20.0 which is unreleased as of writing this message. |
For all those coming here because of this somewhat ephemeral issue with The real issue is that even though |
@artem-karpenko Can you please explain what exactly have you done to fix this? |
It seems like Google Cloud Function's nodejs10 runtime updated it's version and now we can't deploy any service using |
We are seeing issues similar to sindresorhus/got#998, apparently it is fixed in Node 12.
We are seeing issues similar to sindresorhus/got#998, apparently it is fixed in Node 12.
We are seeing issues similar to sindresorhus/got#998, apparently it is fixed in Node 12.
We are seeing issues similar to sindresorhus/got#998, apparently it is fixed in Node 12.
Describe the bug
When trying to make a POST request to https://www.google.com I get an error using version
10.0.4
but getting back to version9.0.4
returns a correct response.Actual behavior
When trying to make a POST request to https://www.google.com I get the error
Expected behavior
Don't throw error,
Code to reproduce
Checklist
The text was updated successfully, but these errors were encountered: