-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Teams app updates does not reflect quickly #11895
Comments
Thank you for contacting us! Any issue or feedback from you is quite important to us. We will do our best to fully respond to your issue as soon as possible. Sometimes additional investigations may be needed, we will usually get back to you within 2 days by adding comments to this issue. Please stay tuned. |
Hi @brijshah2709 , when you publish an app in the Microsoft Teams admin center, it usually takes a few hours for the changes to reflect in the Teams app. This is the behavior of Teams and is outside the scope of the Teams Toolkit. For debugging, you can press F5 locally or click the "Preview in Teams" in Teams Developer Portal (link) to see the latest changes. |
Hi @anchenyi Thank you for your response. Unfortunately, we are using toolkit for local development hence apps are not published on developer portal. Is there a way to override caching and help show up app faster? |
hi @brijshah2709 |
Describe the bug
When manifest is updated and app version is updated, we see that
teamsApp/publishAppPackage
command works successfully and see publish update button on teams admin center but then navigating to the app still shows older version for ~24 hours. This delays the validation process and affects the developer debugging experience.To Reproduce
Steps to reproduce the behavior:
teamsApp/publishAppPackage
to upload initial V1.0.0teamsApp/publishAppPackage
againExpected behavior
App should be updated quickly in teams
Screenshots
TAC
Teams
**Using VS extension not VS code
The text was updated successfully, but these errors were encountered: