Below are common solutions regarding issues with plugins
- plugin settings are in
./config/plugins.js
not./config/plugin.js
, see project structure. - settings are now in a configuration object, see plugin configuration.
- the plugin is not installed.
- the plugin name in ``./config/plugins.js` does not match the plugin name.
- mismatch between plugin version and strapi version for official strapi plugins.
- official strapi plugins/providers are now scoped on npm (e.g.
@strapi/plugin-i18n
instead ofstrapi-plugin-i18n
).