Forum Discussion
MrTimn
Oct 05, 2023Copper Contributor
Teams static Tab App not working in new Teams.
I've developed a react application that works as expected in classic teams. I can run the application locally using Teams Toolkit with no problems. I have also deployed the application to the teams...
MrTimn
Oct 10, 2023Copper Contributor
I sent a direct message to your account https://techcommunity.microsoft.com/t5/user/viewprofilepage/user-id/1202096
I access messages by clicking on my profile at the top right of the screen and then navigating to messages. The subject of the message contains the title of this discussion.
I changed the app ID and was able to upload your manifest file in the Microsoft Teams developer portal. Previewing the application in teams classic and the teams web client works. However, previewing the app in new teams results in this error message: "This app cannot be found"
I access messages by clicking on my profile at the top right of the screen and then navigating to messages. The subject of the message contains the title of this discussion.
I changed the app ID and was able to upload your manifest file in the Microsoft Teams developer portal. Previewing the application in teams classic and the teams web client works. However, previewing the app in new teams results in this error message: "This app cannot be found"
Sayali-MSFT
Microsoft
Oct 12, 2023Hello MrTimn -We are not receiving any message with subject discussion.
- Sayali-MSFTOct 17, 2023
Microsoft
MrTimn -Glad to hear that your issue is resolved.
- MrTimnOct 16, 2023Copper ContributorOdd not sure why you wouldn't receive messages.
I was able to resolve the issue. The app I'm developing has the requirement of working inside of teams and as a standalone website. When running in teams the application is using the Pernille-Eskebo/teamsfx-react library. Outside of teams it is authenticating with the azure/msal-react library. I was using context.app.host.name to determine what authentication to use. Turns out classic teams and new teams have a different host name.... 🤦:male_sign: Thank you for your help.