Reporting an Issue or Missing Feature
I am reporting a bug
Expected behavior
Using Sync-PnPAppToTeams should deploy an App in the SharePoint App catalog to Teams
Actual behavior
I am currently trying to deploy an App that is in my SharePoint App catalog to Teams. I first connect to my app catalog with Connect-PnPOnline with an account which has global admin, SharePoint Admin and Teams Admin permissions.
I then get the following error when running Sync-PnPAddToTeams

Steps to reproduce behavior
Connect-PnPOnline -Url https://contoso.sharepoint.com/sites/apps
Sync-PnPAppToTeams -Identity "AppID"
OR
Connect-PnPOnline -Url https://contoso.sharepoint.com/sites/apps -ClientId $(SPFxclientId) -CertificatePath $certificatePath -CertificatePassword $SecurePassword -Tenant $tenantName
Sync-PnPAppToTeams -Identity "AppID"
What is the version of the Cmdlet module you are running?

Which operating system/environment are you running PnP PowerShell on?
Reporting an Issue or Missing Feature
I am reporting a bug
Expected behavior
Using
Sync-PnPAppToTeamsshould deploy an App in the SharePoint App catalog to TeamsActual behavior
I am currently trying to deploy an App that is in my SharePoint App catalog to Teams. I first connect to my app catalog with
Connect-PnPOnlinewith an account which has global admin, SharePoint Admin and Teams Admin permissions.I then get the following error when running
Sync-PnPAddToTeamsSteps to reproduce behavior
Connect-PnPOnline -Url https://contoso.sharepoint.com/sites/apps
Sync-PnPAppToTeams -Identity "AppID"
OR
Connect-PnPOnline -Url https://contoso.sharepoint.com/sites/apps -ClientId $(SPFxclientId) -CertificatePath $certificatePath -CertificatePassword $SecurePassword -Tenant $tenantName
Sync-PnPAppToTeams -Identity "AppID"
What is the version of the Cmdlet module you are running?
Which operating system/environment are you running PnP PowerShell on?