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
Many people have reported problems with the plugin not working as documented. I had the same problem. I installed the plugin. Added ./config/plugins.js file as documented and nothing happened.
I found out that plugins.js file inside ./config folder is ignored by Strapi at least in the case you are having a ./config/env folder.
Many people have reported problems with the plugin not working as documented. I had the same problem. I installed the plugin. Added ./config/plugins.js file as documented and nothing happened.
I found out that plugins.js file inside ./config folder is ignored by Strapi at least in the case you are having a ./config/env folder.
Many people have reported problems with the plugin not working as documented. I had the same problem. I installed the plugin. Added ./config/plugins.js file as documented and nothing happened.
I found out that plugins.js file inside ./config folder is ignored by Strapi at least in the case you are having a ./config/env folder.
See: https://github.com/strapi/strapi/blob/d999ad0b00ff427885462051cdc96626b7946472/packages/core/strapi/src/core/app-configuration/index.ts#L54
I managed to fix the issue by moving the plugins.js file inside my env folder's respective environment folders (development, production, ...).
Like this.
Before:
After:
Could you add this to the documentation?
The text was updated successfully, but these errors were encountered: