Forum Discussion
Getting "Unable to reach app. Please try again." while searching content from custom app in teams
It seems like a bot problem where Teams cannot find or reach it. Is your bot well deployed and reachable on the web?
- aniketkadwane1600Aug 13, 2020Copper Contributor
alexisconia
No, I didn't used bot for this. Please find attached image where you find configuration related Boat and messaging extension.
Should I need to create messgingextenstion or bot for my application or using admin center of teams we can manage permissions for search and chat ?- Nikitha-MSFTAug 13, 2020Iron Contributor
aniketkadwane1600 - Are you trying to search items in tab by using teams search? From the first screen shot i could see that you are searching for message extension search which is not implemented in your app. You need to implement the Message extension. Could you please check this docs? Could you please explain your scenario in more detail?
- aniketkadwane1600Aug 13, 2020Copper Contributor
Nikitha-MSFT
I have one angular application in which we have used routing and through ngrok I have exposed my local application on internet.
In manifest.json file I have configured tab with ngrok url with routing. you can see it in attached file which is uploaded in app store of teams.I didn't made any messaging extension if it is needed in application can you please guide me how do I develop it for my application to work search and chat in Teams (Application is custom app to upload in teams) ?