Skip to content
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

Open
brijshah2709 opened this issue Jun 25, 2024 · 4 comments
Open

Teams app updates does not reflect quickly #11895

brijshah2709 opened this issue Jun 25, 2024 · 4 comments
Assignees
Labels
TA:E2E Team Area: E2E

Comments

@brijshah2709
Copy link

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:

  1. Run teamsApp/publishAppPackage to upload initial V1.0.0
  2. Approve publish request in teams admin center
  3. Update manifest and bump up version to V1.0.1
  4. Run teamsApp/publishAppPackage again
  5. Go to teams admin center and approve publish update
  6. Go to teams app and see if version is still old/new

Expected behavior
App should be updated quickly in teams

Screenshots

TAC

image

Teams

image

**Using VS extension not VS code

Copy link
Contributor

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.

@microsoft-github-policy-service microsoft-github-policy-service bot added the needs attention This issue needs the attention of a contributor. label Jun 25, 2024
@adashen adashen added investigating TA:E2E Team Area: E2E labels Jun 25, 2024
@anchenyi
Copy link
Contributor

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.

@brijshah2709
Copy link
Author

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?

@anchenyi
Copy link
Contributor

hi @brijshah2709
In Teams Toolkit, you can press F5 to start local debug, which will always use the latest changes. For the caching and update delay issue, you might need to reach out to Teams support.

@adashen adashen removed needs attention This issue needs the attention of a contributor. investigating labels Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TA:E2E Team Area: E2E
Projects
None yet
Development

No branches or pull requests

3 participants