System Information
- Strapi Version: 4.1.1
- Operating System: Linux
- Database: Sqlite
- Node Version: 16.14.0
- NPM Version: 8.3.1
- Yarn Version: 1.22.17
Hello,
I have a collection. My users use the admin for creation/update/deletion. When I override the controllers of that collection, admin action never get through my controllers. Looks like they are bypassed. My only leverage is lifecycle (my lifecycle hooks are triggered by the admin).
Why the admin doesn’t go through custom controllers ?
Thanks