Localization in custom controller

I found the problem. It was the missing ctx.query in find():

const entity = await strapi.services.my_single_type.find(ctx.query);
1 Like