Forum Discussion
Getting "Unable to reach app. Please try again." while searching content from custom app in teams
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) ?
aniketkadwane1600 - are you trying to search items in tab?
- aniketkadwane1600Aug 13, 2020Copper Contributor
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.