getaddrinfo enoent exp.host exp.host:443

Hi everyone,

First here are my diagnostics:
image

Issue:
During the development of one of my expo projects all of a sudden, I encountered the described error message.

On the local network, I cannot log in to the expo client app on android emulator and a physical device. Also not through the expo-cli expo login command.
image

Login out of the expo forums also executes a call to exp.host and thus fails for me.

What might this be? A DNS issue as stated in related issues?

BTW, I created a new blank test project and this issue also occurs!

For now I can run the application I’m currently working on with expo start --offline, so no haste!

Anyone able to help me? I’m still facing this issue.
I cannot build/deploy to my release-channels now.

Hi @cerenta
I have the same issue.
Is it your problem already resolved?

Thank you

No not yet, didn’t really look any further though :stuck_out_tongue:
Did you manage to resolve this issue?

Please help

Try opening exp.host in browser

check system date settings/certificate issue/network connectivity

ENOENT basically means it can’t resolve the hostname. So there’s something wrong with DNS by the looks of it.

What do you get if you try to resolve it using nslookup?

$ nslookup exp.host
Server:         8.8.8.8
Address:        8.8.8.8#53

Non-authoritative answer:
Name:   exp.host
Address: 104.197.216.164

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.