-
Notifications
You must be signed in to change notification settings - Fork 60.2k
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
postman测试使用代理地址正常,但是应用部署之后使用报错-3001 #4063
Comments
Please follow the issue template to update title and description of your issue. |
Title: The postman test uses the proxy address normally, but after the application is deployed, an error of -3001 is reported. |
这是主机的hostname解析失败了,修改hostname就可以了 |
This is a failure in parsing the hostname of the host. Just modify the hostname. |
{
"cause": {
"errno": -3001,
"code": "EAI_AGAIN",
"syscall": "getaddrinfo",
"hostname": "chat.m-lin.cn"
}
}
The text was updated successfully, but these errors were encountered: