Strapi model hook receive undefined params

Guys, model hooks does not work or what?

module.exports = {
  lifecycles: {
         afterCreate (model, data) {
             strapi.log.debug('hook');
             strapi.log.debug(model);
             strapi.log.debug(data);
        }
    }
}

System Information
  • Strapi Version: v3.5.2
  • Operating System: mac OS HS
  • Database: Mongo v3.6.8
  • Node Version: v14.16.0
  • NPM Version: 6.14.11
  • Yarn Version: 1.22.10

oh my God, 3 hours…

i didn’t know that…
strapi.log.debug(JSON.stringify(model));
strapi.log.debug(JSON.stringify(data));

log me real data (( :roll_eyes: