Thank you for your post! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Attached is my custom connector thats giving me a fit.
Never have I had such an issue.
In the custom connector, using the last tab "TEST" feature, I believe this error being returned, is misleading and likely false from my server. I suspect something behind is broken.
Schema validation
I suspect the Power Platform APIM behind the scene has issue with this.
Here is the backstory and setup:
locally on my home PC, I have installed Ollama and its working locally and externally
The external access is using CloudFlaired tunnels (and where I suspect the issue with the Power Platform)
The API works in postman using the external and localhost endpoints
{
"model": "llama3.1",
"prompt":"tell me a joke",
"stream": false
}
because of how this works I can see in the console of postman and in the site24x7.com tool that there is an additional header of 307 redirect happening, and this is where I think the power platform is not able to handle it. Hard to tell but the server endpoint testing works everywhere else except when testing inside the custom connector on the power platform
I am wondering is there something I am missing, a custom connector config work around or is this just no use?
Keeping in mind I do not want to change any of the infrastructure or DNS to bypass the current configuration or to install platform gateways.
I am only testing and recording videos and have never ran into this issue building a custom connector (then again I never used CloudFlair to tunnel to a server before)