0

I'm developing a messaging extension app using the Teams Toolkit following examples in the docs.

The app is pretty simple, all it really does is call a third party API and returns results. Everything works fine when debugging, but as soon as I try to deploy the app it fails to function, returning a 502 error when the search query is executed.

I've tried adding AllowedDomains to the app manifest with no luck.

edh
  • 1
  • Please re-verify your application configuration in deployed app, manifest etc. – ChetanSharma-msft Jul 28 '22 at 18:46
  • Hi Chetan :) I've done this and it's reporting everything is valid. Please can you advise further? – edh Jul 29 '22 at 10:10
  • Hello @edh - Have you enables the Teams channel in your Azure bot and added proper messaging endpoint configuration in Azure bot? – ChetanSharma-msft Aug 01 '22 at 19:03
  • Hi again Chetan. I've enabled the Teams channels in the Azure bot yes. I'm not sure what you mean by proper messaging endpoint configuration, and I'm not sure why this would be needed, and why the app would function OK in debugging. The docs are unclear. Please could you explain? – edh Aug 05 '22 at 08:00
  • Messaging endpoint configuration means the endpoint where you will get your request. For e.g. https://6785-103-132-3-80.ngrok.io/api/messages – Prasad-MSFT Aug 09 '22 at 08:38

0 Answers0