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.