-
Notifications
You must be signed in to change notification settings - Fork 206
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
Uninstall application package with json manifest by manifest id not working #13094
Comments
👋 Hi @tranhuyentran23, Thank you for reporting this issue! We want to let you know that: ⏱️ Our team will personally review your issue ✨ This is an AI-generated initial response To address the issue with uninstalling the application package by manifest id, follow these steps to troubleshoot and resolve the problem:
Example Steps for Troubleshooting
If the problem persists after following these steps, consider providing more details about the error message you are receiving. This will help in diagnosing the issue more precisely. For additional support, you can also refer to related issues on GitHub, such as:
By following these steps, you should be able to identify and resolve the issue with uninstalling the application package by manifest id.
|
Thank you for reporting this, we will check this and get back to you. |
@tranhuyentran23 - We tested this at our end, and we are able to run the uninstall command successfully. Could you please confirm that you have used correct manifest id only? |
Hi @Meghana-MSFT , I tried with a sample zip package that using schema: Could you help to take a look at my sample json that I was using, and let me know if I missed any config. Thanks!
|
We will check this internally and get back to you. |
Describe the bug
To Reproduce
Sideload the application package with json manifest by command line:
teamsapp install --file-path appPackage.zip
Observe the manifest sideloaded successfully
Uninstall the sideloaded manifest by manifest id
teamsapp uninstall -i false --mode manifest-id --manifest-id <manifestId> --options m365-app
(manifestId is the "id" property of the json manifest as definition in document)
An error was shown
Expected behavior
The sideloaded manifest will be uninstall successfully without any errror
Screenshots
VS Code Extension Information:
The text was updated successfully, but these errors were encountered: