I found the problem. It was the missing ctx.query in find():
const entity = await strapi.services.my_single_type.find(ctx.query);
I found the problem. It was the missing ctx.query in find():
const entity = await strapi.services.my_single_type.find(ctx.query);