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 09, 2023Copper Contributor
I'm trying to add the app manifest you sent over and I'm getting the following error:
"An app with that ID already exists in your organization's app store. Please change the app ID and try again."
I had our admin verify that an app with that ID does not exist.
Did you receive the app manifest, and logs I sent over?
Thanks
"An app with that ID already exists in your organization's app store. Please change the app ID and try again."
I had our admin verify that an app with that ID does not exist.
Did you receive the app manifest, and logs I sent over?
Thanks
Sayali-MSFT
Microsoft
Oct 10, 2023Hello MrTimn -Have you change the app id and tried it once?
no, I did not receive any manifest or logs. where did you send logs and manifest?
- MrTimnOct 10, 2023Copper ContributorI 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"- Sayali-MSFTOct 12, 2023
Microsoft
Hello MrTimn -We are not receiving any message with subject discussion.- 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.
- MrTimnOct 11, 2023Copper ContributorDoes "New Teams" have DevTools available to inspect deployed applications?
- Sayali-MSFTOct 11, 2023
Microsoft
MrTimn -Not Yet, we have already raised bug for the same. We will let you know once it is available.