Errors when updgrading the shopify CLI

I am running into the following issue when upgrading our CLI for our app:

Your app has extensions which need to be assigned uid identifiers.
Next Steps:
You must first map IDs to your existing extensions by running shopify app deploy interactively, without –force , to finish the migration
Reference
Migrating from the Partner Dashboard [1]

Running:

shopify app import-extensions

No extensions to migrate.

We do not have any extensions so I don’t understand why our upgrade is failing

Hi @ktro

Migrating dashboard managed extensions are part of the process, but any apps with extensions also need to run an app deploy to assign new uid identifiers.

See the documentation here:

And more details here:

-Nick