Cannot authenticate a new connection for custom connector #59
-
When creating a new connection for custom connector, the popup for adding an API key does not appear. TypeError: Cannot read properties of undefined (reading 'find') The request returned 200: {"properties":{"environment":{"id":"/providers/Microsoft.PowerApps/environments/","name":""},"connectionParameters":{}}} RESPONSE: The connection is created but when you test the connector using this connection it returns 401 Unauthorized. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Go into the connector definition and try to change the name of apikey from "code" to "code2". Update the definition. Now change it back to "code" and update again. You should be asked for API key when creating new connection for this connector. |
Beta Was this translation helpful? Give feedback.
Go into the connector definition and try to change the name of apikey from "code" to "code2". Update the definition. Now change it back to "code" and update again. You should be asked for API key when creating new connection for this connector.