I'm using Bot Framework V4, C#, .NET Core 2.2 and VS 2019 to publish my application on Azure.
The bot works well via bot emulator on both local and remote instances. Hence I believe the application is fine from an authentication/authorization perspective.
However, it doesn’t work via Azure 'Test in Web Chat' module.
All typed messages get a:
‘Send failed. Retry.’
reply. The error message logged in the Channels module is:
There was an error sending this message to your bot: HTTP status code InternalServerError.
What could be wrong?
[Microsoft_Azure_BotService] 1:27:27 PM MsPortalFx/Base/Base.Net Base.Net: Security issue: Request to send auth token to untrusted domain 'v4bellaconverse.scm.azurewebsites.net'. Only a fixed set of domains should be configured to receive auth tokens.
It seems there is an authorization issue. Thoughts? – Amintas Lopes NetoAn error occurred while starting the application. .NET Core 4.6.28008.02 X86 v4.0.0.0 | Microsoft.AspNetCore.Hosting version 2.2.7-servicing-10089 | Microsoft Windows 10.0.14393 | Need help?
– Amintas Lopes Neto