You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I successfully installed and configured a collection with the strapi-advanced-uuid type. However, when I later tried to generate types, an error occurred.
strapi ts:generate-types
Error: Error loading the plugin strapi-advanced-uuid because strapi-advanced-uuid is not installed. Please either install the plugin or remove it's configuration.
at loadPlugins (/opt/node_modules/@strapi/core/dist/loaders/plugins/index.js:111:13)
at async Promise.all (index 3)
at async Module.loadApplicationContext (/opt/node_modules/@strapi/core/dist/loaders/index.js:12:3)
at async Object.register (/opt/node_modules/@strapi/core/dist/providers/registries.js:26:5)
at async Strapi.register (/opt/node_modules/@strapi/core/dist/Strapi.js:326:7)
at async action (/opt/node_modules/@strapi/strapi/dist/cli/commands/ts/generate-types.js:15:15)
The text was updated successfully, but these errors were encountered:
I successfully installed and configured a collection with the
strapi-advanced-uuid
type. However, when I later tried to generate types, an error occurred.The text was updated successfully, but these errors were encountered: