-
Notifications
You must be signed in to change notification settings - Fork 455
Description
Referring https://github.com/microsoft/CopilotStudioSamples/tree/main/PCFControls/ChatControl
While implementing the Copilotchat control in Canvas PowerApps getting below error in
Chrome (Incognito with Third party cookies allowed),
conversations?api-version=2022-03-01-preview | (failed)net::ERR_FAILED | fetch | base.js:2
conversations?api-version=2022-03-01-preview | (failed)net::ERR_NAME_NOT_RESOLVED
The Entra App registration is configured as per steps mentioned.
In Edge browser it gives error
app-sw:1 Uncaught (in promise) TypeError: Failed to convert value to 'Response'.
In Chrome regular browser with out Incognito mode
"Unable to acquire token" error but no clear error message in the Network tab.
Any guidance on configuration of the control will help
Thanks in advance
Prasad