Forum Discussion
Getting "Unable to reach app. Please try again." while searching content from custom app in teams
aniketkadwane1600 - are you trying to search items in tab?
Nikitha-MSFT
yes in tab and also in chat.
- alexisconiaAug 13, 2020MVP
aniketkadwane1600 Message Extension requires a bot to process the request. You can check the documentation here https://docs.microsoft.com/en-us/microsoftteams/platform/messaging-extensions/how-to/create-messaging-extension. You will be able to add search commands and actions commands.
- aniketkadwane1600Aug 13, 2020Copper Contributor
alexisconia - Are sure about that ? Have you implemented in some application?
Because I do have already an angular application. should I add the code from Microsoft Document in My application or need to create separate one ?
Can you provide me any working example with proper steps I have tried above one which provided in link but need Bot registration and not able to run that Node.js project after installing dependency and gulp.
It will be helpful if you can provide proper example with proper steps.
Thank you.- Nikitha-MSFTAug 13, 2020Former Employee
aniketkadwane1600 - Teams does not handle the tab search iteams you need to implement it in your code. Could you please try to implement bot and message extension. Could you please check this sample to implement the message extension search.