Hi
I've been trying for 3 days now to create the custom connector in logic apps. 4 different browsers, 3 different networks, two different azure subscriptions. Every time I click Update Connector, it throws everything away. Even if I create just one method manually, say no authentication. It doesn't throw an error, just says connector updated successfully.
I finally figured out that it is because my connector was created in the South Africa North region. I created a new resource group in Germany, and a new custom connector in Northern Europe.
There it worked.
Why would that be? If I check the browser's console, I get this error on the Update Connector button click:
Access to XMLHttpRequest at 'https://losafnor8.blob.core.windows.net/api-swagger-files/[id].json_original?sv=2018-03-28&sr=b&sig=[sig]&se=2020-07-24T14%3A50%3A33Z&sp=r' from origin 'https://flow.microsoft.com' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
And this:
VM6:1 GET https://losafnor8.blob.core.windows.net/api-swagger-files/id.json_original?sv=2018-03-28&sr=b&sig=[sig]%3D&se=2020-07-24T14%3A50%3A33Z&sp=r net::ERR_FAILED
I can continue working, but the no error message is really frustrating