Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ComfortablyCoding/5b15b420fb4c4a5a9159f3e297bb052f to your computer and use it in GitHub Desktop.
Save ComfortablyCoding/5b15b420fb4c4a5a9159f3e297bb052f to your computer and use it in GitHub Desktop.
Strapi v4 Plugin Troubleshooting

Plugin Troubleshooting

Below are common solutions regarding issues with plugins

Settings are not being applied

The "path" argument must be of type string. Received undefined

  • the plugin is not installed.
  • the plugin name in ``./config/plugins.js` does not match the plugin name.

Some error in the admin console after updating strapi version

  • mismatch between plugin version and strapi version for official strapi plugins.

Miscellaneous

  • official strapi plugins/providers are now scoped on npm (e.g. @strapi/plugin-i18n instead of strapi-plugin-i18n).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment