Azure Logic app - Error Fetching API Definition

188 Views Asked by At

When I try to add SQL Connector to my Logic App, I get the below error.

enter image description here

2

There are 2 best solutions below

0
On

It seems a temporal error of comunication between APIs. The portal is still in preview and that kind of erros can happen.

0
On

disable the swagger thing in SwaggerConfig.cs that you would have enabled to test the API locally, and then republish.

/*      })
    .EnableSwaggerUi(c =>
   {
 */