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 06, 2023Copper Contributor
Version Information from teams Desktop:
You have Microsoft Teams version 23257.2616.2423.5046.
You've got the latest version. It was last updated on 10/6/2023.
The client version is 49/23091420217.
Android version: 13
Android Teams Client:
Version: 1416/1.0.0.2023173501/0925
Calling Version: 2023.31.01.1
I'll try and send the manifest as a direct message.
The application is a teams static tab application. The origin site is a standalone website that uses teamsfx-react(^3.0.0), teams-js(^2.13.0), and teamsfx(^3.0.0) to authenticate while the application is running in teams. When the site is loaded outside of teams it uses azure/msal-browser for authentication. It's a react app that GETs and POSTs to a private API. Both client and API are App Registrations in Azure AD/Microsoft Entra ID.
Application runs in teams classic, and standalone outside of teams. New teams shows a blank screen when opening the application, no error message, no indication at all that the site was loaded.
You have Microsoft Teams version 23257.2616.2423.5046.
You've got the latest version. It was last updated on 10/6/2023.
The client version is 49/23091420217.
Android version: 13
Android Teams Client:
Version: 1416/1.0.0.2023173501/0925
Calling Version: 2023.31.01.1
I'll try and send the manifest as a direct message.
The application is a teams static tab application. The origin site is a standalone website that uses teamsfx-react(^3.0.0), teams-js(^2.13.0), and teamsfx(^3.0.0) to authenticate while the application is running in teams. When the site is loaded outside of teams it uses azure/msal-browser for authentication. It's a react app that GETs and POSTs to a private API. Both client and API are App Registrations in Azure AD/Microsoft Entra ID.
Application runs in teams classic, and standalone outside of teams. New teams shows a blank screen when opening the application, no error message, no indication at all that the site was loaded.
Sayali-MSFT
Microsoft
Oct 09, 2023Hello MrTimn -We have tested the scenario using the below manifest and it is showing properly tabs in new Teams as well.
Could you please try with below manifest once and confirm the same?
Microsoft-Teams-Samples/samples/tab-personal/mvc-csharp/demo-manifest/tab-personal.zip at main ยท OfficeDev/Microsoft-Teams-Samples (github.com)
You have Microsoft Teams version 23257.2616.2423.5046.
You've got the latest version. It was last updated on 10/6/2023.
The client version is 49/23091420217.
Meanwhile we are testing this with teams sdk version 2.13.0 as well and let you know the update.
- MrTimnOct 09, 2023Copper ContributorI'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- Sayali-MSFTOct 10, 2023
Microsoft
Hello 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"