This app cannot be found error.

John Bobila 25 Reputation points
2024-09-30T00:25:31.99+00:00

Hello, I am currently new in developing Teams custom app. I am having trouble uploading our custom app on Teams. It says This app cannot be found. Am I missing something or is there any steps that I should follow before uploading the app? Or is there any process that it needs to be approved first? Can you please help me on that? thank you!

User's image

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,267 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.
3,319 questions
0 comments No comments
{count} votes

Accepted answer
  1. JimmyYang-MSFT 53,686 Reputation points Microsoft Vendor
    2024-09-30T02:42:35.8+00:00

    @John Bobila

    Uploading a custom app to Microsoft Teams involves a few steps, and there are some common issues that might lead to the "This app cannot be found" error. Here are some things to check:

    1. App Package Verification:
    • Make sure your app package (a .zip file) is correctly formatted. The manifest file (manifest.json) within the package should have all the required fields filled in correctly.
    • Ensure that your app's icons and other assets are correctly referenced in the manifest.
    1. Manifest File Validation:
    • Validate your manifest.json file against the Teams schema to ensure there are no errors. You can use the Teams App Manifest Validator for this purpose.
    1. Tenant Settings:
    • Ensure that your tenant settings allow custom apps to be uploaded. This can be controlled by your Microsoft 365 administrator. They need to enable "Allow interaction with custom apps" in the Teams admin center.
    1. Approval Process:
    • Depending on your organization's policies, uploading custom apps might require approval by an admin. Check with your Microsoft 365 or Teams administrator to see if there's an approval process you need to follow.

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.



0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.