I have realized what was the problem, it was an error in our code
After updating bot endpoint Messaging extension does not work [FIXED]
Hi
I have encountered the issue after updating the bot endpoint for my Microsoft Teams app
Messaging extension is not displaying the content
For example I get this:
Before updating it, it worked properly
Bot feature is working fine after updating the endpoint
I have re-installed the app already in MS Teams, updated the version and settings
Updated the new endpoint in Azure > App registation > Bot > Authentication
Deleted from all the places the old endpoint
Checked manifest of the azure app and microsoft teams app and the old endpoint is not appearing.
Tested the post request of the new endpoint - it was OK
It's just whenever I select one of the actions from Messaging Extension it's not looking for the new endpoint but for the previous one
Can someone help me and give some advice please?