Deployed Teams app cannot find any installation, but I’ve installed it via “Upload custom app”
I’ve followed the Build notification bot with JavaScript docs to create a Team App that sends a “Hello World” message to an specific user (email). I’ve validated that the app is working locally, and that I can receive messages if I install the app locally using Teams Toolkit.
However, after deploying the app to the cloud and installing it using the “Upload custom app dialog”, I’m not able to receive messages. I can see in the Web App Monitoring in Azure that request are coming to the cloud service, however, it seems it cannot find any installations, and hence, any members to send the message to.
I made sure that the manifest I’m using to install the app is the same one I used to deploy the app to the cloud. How can I troubleshoot this?
I’ve followed the Build notification bot with JavaScript docs to create a Team App that sends a “Hello World” message to an specific user (email). I’ve validated that the app is working locally, and that I can receive messages if I install the app locally using Teams Toolkit. However, after deploying the app to the cloud and installing it using the “Upload custom app dialog”, I’m not able to receive messages. I can see in the Web App Monitoring in Azure that request are coming to the cloud service, however, it seems it cannot find any installations, and hence, any members to send the message to. I made sure that the manifest I’m using to install the app is the same one I used to deploy the app to the cloud. How can I troubleshoot this? Read More