-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
[CRITICAL] Deno DNS failure for firestore.googleapis.com, Node works fine #27384
Comments
I tried out your example and I couldn't reproduce this issue on my macOS, Linux, or Windows machines. All three gave the same results as node. There must be something different about your environment, but hard to know exactly what. What OS are you using? |
@nathanwhit Thanks for taking a look. I thought the issue was more common since others mentioned DNS issues, eg. #6197 (comment). I'm running Fedora Linux 38 with all updates installed. What debugging info can I provide?
Here's the deno run --log-level=debug. |
The script below runs fine with Node 22, but fails with Deno 2.1.4 due to DNS failure in resolving
firestore.googleapis.com
. This blocks any projects using Firestore.Node v22
Deno v2.1.4
Running the script with a couple env vars for GRPC debugging confirms the DNS failure:
Using the alternate DNS resolver also fails:
Attached is the service-account-key for a demo Firebase project with that Firestore collection. The password is the Deno version I used.
service-account-key.zip
The text was updated successfully, but these errors were encountered: