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'm using Strapi v5 and trying to override the plugin::upload.file controller (modifying the /admin/plugins/upload API response). However, overrides via the extensions system or src/index.ts do not work, and no logs appear in the terminal.
Previously, in Strapi v4, overriding via src/extensions/upload/strapi-server.ts or manually modifying the controller in src/index.ts worked. But in Strapi v5, these methods seem ineffective.
Is there an updated approach or alternative solution for this in Strapi v5? 🚀
Additional context
No response
Suggested improvements or fixes
No response
Related issue(s)/PR(s)
No response
The text was updated successfully, but these errors were encountered:
Link to the documentation page or resource
https://docs.strapi.io/dev-docs/admin-panel-customization/extension
Describe the bug
Strapi v5 Plugin Controller Override Issue
I'm using Strapi v5 and trying to override the plugin::upload.file controller (modifying the /admin/plugins/upload API response). However, overrides via the extensions system or src/index.ts do not work, and no logs appear in the terminal.
Previously, in Strapi v4, overriding via src/extensions/upload/strapi-server.ts or manually modifying the controller in src/index.ts worked. But in Strapi v5, these methods seem ineffective.
Is there an updated approach or alternative solution for this in Strapi v5? 🚀
Additional context
No response
Suggested improvements or fixes
No response
Related issue(s)/PR(s)
No response
The text was updated successfully, but these errors were encountered: