Customize controllers in Strapi V4.05

I found your problem. Naming a custom route ‘me.js’ is the problem. I created an Event content type like yours and was able to re-create your problem. I would call your route something like ‘custom-event.js’. That worked for me. I hope your database is just for testing because changing the route file broke Strapi for me.
Cheers

3 Likes