I have an "error 500" problem when I try to create a custom connector by using a postman collection.
In Postman my request works very well.
When I create the custom connector and did the "test" I had this message :
{
"error": {
"code": 500,
"message": "The remote name could not be resolved: 'serv-pifl'",
"source": "europe-002.azure-apim.net",
"path": "forward-request",
"clientRequestId": "f3c56ae2-b736-43ca-80d8-4d28-b08fbf3a"
}
}
Can someone help me about this ?
Yohann
"The remote name could not be resolved" error usually means the DNS server(s) currently in use by your router or computer have a problem. To solve this you need to configure your router and/or computer to use different DNS servers.
Sik
Did you resolve this?
I am also having a 500 error with message "The remote name could not be resolved"
I don't know anything about DNS servers. Are there side effects to changing to the settings that you gave?
Or are there other possibilities for what is wrong with this error?