Skip to content
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

net::ERR_NAME_NOT_RESOLVED #5172

Open
MarcGodard opened this issue Aug 13, 2024 · 2 comments
Open

net::ERR_NAME_NOT_RESOLVED #5172

MarcGodard opened this issue Aug 13, 2024 · 2 comments

Comments

@MarcGodard
Copy link

Describe the bug
A clear and concise description of what the bug is.

https://pagespeed.web.dev/analysis/https-rapiddevgroup-com/uzk899s2pg?form_factor=desktop

Error when using pagespeed insights

image

Server

"version": "4.7.5",

Client

"version": "4.7.5",

    const socket = io(apiSocket, {
      transports: ['websocket'],
      upgrade: true,
      query: { websiteId }
    })

This might be a limitation of pagespeed, of a setting I am using above. Considering I didn't see a lot of other people having this issue, it might be my settings, or a bug.

@MarcGodard MarcGodard added the to triage Waiting to be triaged by a member of the team label Aug 13, 2024
@darrachequesne
Copy link
Member

Hi! A ERR_NAME_NOT_RESOLVED error means the DNS request for the api.rapiddevgroup.com domain failed.

Which is weird, since it seems to be resolvable:

$ dig api.rapiddevgroup.com

; <<>> DiG 9.18.28-0ubuntu0.22.04.1-Ubuntu <<>> api.rapiddevgroup.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 16659
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 65494
;; QUESTION SECTION:
;api.rapiddevgroup.com.		IN	A

;; ANSWER SECTION:
api.rapiddevgroup.com.	300	IN	A	172.67.214.239
api.rapiddevgroup.com.	300	IN	A	104.21.91.99

;; Query time: 1208 msec
;; SERVER: 127.0.0.53#53(127.0.0.53) (UDP)
;; WHEN: Fri Aug 23 23:39:05 CEST 2024
;; MSG SIZE  rcvd: 82

Were you able to find the culprit?

@darrachequesne darrachequesne added needs investigation and removed to triage Waiting to be triaged by a member of the team labels Aug 23, 2024
@MarcGodard
Copy link
Author

Yes it is. Like I said, it might be a limitation of pagespeed. If others could test their site and see if they get the error, that would be helpful to figure out if this is a setting causing it, or page speed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants