We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
after uploading to the firebase , i am getting below error in firebase console
Error: getaddrinfo ENOTFOUND imap.gmail.com imap.gmail.com:993 at errnoException (dns.js:28:10) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:76:26) code: 'ENOTFOUND', errno: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'imap.gmail.com', host: 'imap.gmail.com', port: 993, source: 'socket'
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
I run into the same error and found my host is set to ' imap.gmail.com' with extra space. maybe you can check the host again
No branches or pull requests
after uploading to the firebase , i am getting below error in firebase console
Error: getaddrinfo ENOTFOUND imap.gmail.com imap.gmail.com:993
at errnoException (dns.js:28:10)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:76:26)
code: 'ENOTFOUND',
errno: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'imap.gmail.com',
host: 'imap.gmail.com',
port: 993,
source: 'socket'
The text was updated successfully, but these errors were encountered: