Hello everyone!
After updating to BC build 32600, we aren't able to publish the version from Visual Studio Code. The error that it said is: “This Extension cannot be published as it has the same Publisher, Name, and Version as a previously published Extension.” When we saw that, we tried to uninstall and unpublish from powershell, but it was not possible. Those commands return the errors:
Uninstall-NAVApp: "It is not possible to find the extension 'YourExtensionName' because is not publish."
Unpublish-NAVApp: "The Extension cannot be unpublished because it is in use by the following tenants: default"
After that, we tried to sync the tenant with the command Sync-NAVApp, it is said that it is not possible because it is already synchronized.
How can we unpublish the extension to try to install it again?