It's not working for us: https://stackoverflow.com/questions/78749820/we-have-problem-w-tab-in-our-application
Trouble displaying content in tab Microsoft Teams. in our published app
Hi Team,
Teams App Submission suggested to regarding query about our bug/problem:
"Thanks for your email. Regarding your query, request you log your feedback here Microsoft Teams developer community help and feedback - Teams | Microsoft Docs they will help you in resolving the issue."
Ok. We're having trouble displaying content in our published app. In tab. Tab is managed from the manifest level (.json). Therefore, we have no real influence on its operation. The app has no control over this. Apart from specifying it in json and adding a link to Microsoft Forms.
Tab w JSON:
{
"entityId": "Raports",
"name": "Raports",
"contentUrl": "https://forms.office.com/e/contoso",
"websiteUrl": "https://forms.office.com/e/contoso",
"scopes": [
"personal"
],
"context": [
"personalTab"
]
}