Forum Discussion

achebrol's avatar
achebrol
Copper Contributor
Nov 08, 2025

Issue with Teams Tab App

Hi, We are developing a teams tab app which works fine most of the time but intermittently we are seeing below error and if we just click retry it loads fine.Any tips on how to troubleshoot this issue. the app is hosted on aks and we dont see any issues with the availability of the app.

Thanks

Azeet

 

2 Replies

  • Hello achebrol,
    Intermittent connectivity issues in a Teams tab app—especially when hosted on AKS—typically stem from network routing, DNS delays, or transient connectivity failures rather than actual app downtime. Because retries usually succeed, the app is likely healthy, but some requests fail to reach it. Troubleshooting should start with checking detailed error messages and network traces in Teams to identify whether the failure is due to DNS, TLS, or HTTP routing issues.
    Common causes include DNS resolution delays, certificate or TLS problems, ingress or load balancer instability, and client-side proxy or network constraints within Teams. To diagnose the issue, review AKS ingress and application logs, test DNS resolution, examine ingress health, verify SSL/TLS configuration, and use network tracing tools. Potential fixes include lowering DNS TTL, adjusting ingress timeouts, ensuring proper health probes, validating Teams manifest domain entries, and using Azure Front Door or Traffic Manager to improve reliability.

  • Hello achebrol,Thank you for bringing this issue to our attention.

    To assist you better, could you please provide the following details? 

    1. Reproduction Steps: Please share the steps you took to encounter the issue. 
    2. Documentation Links: Any specific documentation you followed that relates to your problem. 
    3. Teams Client Version: What version of the Teams client are you using? 
    4. Code Snippets: Relevant code snippets that illustrate the issue. 
    5. Manifest Package: If applicable, please share the manifest package for your app. 

    This information will help us better understand the situation and provide a more accurate response. 

Resources