@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:
- 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.
- 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.
- 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.
- 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.