Error loading Teams app in Microsoft365.com (errorCode: 5600, "AppID is not valid. Must be GUID format")

Pablo Diaz-Gutierrez 11 Reputation points
2024-03-01T20:07:55.7266667+00:00

We have three nearly identical apps published on Microsoft Teams, with only different market targets. When we load them in https://microsoft365.com, only one works, and the other two fail with an error message stating "AppID is not valid. Must be GUID format", even though the AppID is a valid GUID. Can anyone provide any hints on what to look for?

Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,599 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,933 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Pablo Diaz-Gutierrez 11 Reputation points
    2024-05-17T17:29:36.4933333+00:00

    Hi @Dinesh Rajagoni (Tata Consultancy Services Limi) , of course, please see:

    1. Open https://www.microsoft365.com
    2. Click on "Apps" on the left side, then "Get more apps"
    3. Search for "Priority Matrix HIPAA" and click to "Open" it
    4. A blank screen shows up (see capture)Screenshot 2024-05-17 at 10.26.43

    On the other hand, if instead of doing this in microsoft365.com, we do it in https://teams.microsoft.com, things work just fine.

    The root cause of the problem is that the app ID validation in microsoft365.com is more strict than the original in Teams, so apps that were working well in the first apps (Teams, Outlook, etc) are now breaking in this new hub.


  2. ChetanSharmamsft 1,026 Reputation points Microsoft Vendor
    2024-05-22T06:14:19.3866667+00:00

    We have tried the shared repro steps but did not find the app:
    User's image

    The error code "5600" and the message "AppID is not valid. Must be GUID format" typically indicate an issue with the application ID configuration in Microsoft Teams or Microsoft 365. Here are steps to troubleshoot and potentially resolve this issue:

    Check App ID Format:

    • Ensure that the App ID you are using is in the correct GUID format. A valid GUID looks like this: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx (8-4-4-4-12 characters).

    Verify App ID:

      - Confirm that the App ID being used actually exists and is correctly registered in Azure Active Directory (AAD). You can check this in the Azure portal under Azure Active Directory > App registrations.
      
      **Permissions and Consents**:
      
         - Make sure that the app has the necessary permissions and consents. Go to Azure Active Directory > App registrations > [Your App] > API permissions and ensure all required permissions are granted.
         
         **Update Teams Manifest**:
         
            - If you are developing a custom Teams app, ensure that the manifest file (which includes the App ID) is correctly configured and uploaded.
            
            **Reinstall Teams App**:
            
               - Sometimes, reinstalling the Teams app can resolve configuration issues. Uninstall the app and then reinstall it from the Teams app store.
               
    

    Clear Browser Cache and Cookies:

    • Clear your browser’s cache and cookies as this can sometimes resolve loading issues related to stored data.