Auto filling not working on remote

Hey guys hope you’re doing great!

I have a problem about a field that I fill automatically with “hooks” field in a smart action, here the example :

hooks: {
      load: async ({ fields, record }) => {
        fields.montant.value = record.amount;
    }

On the local environment the field is filled when the smart action is clicked but on remote servers that is not (it was working before) :confused:

Thanks a lot :pray::pray::pray:

“forest-express-sequelize”: “^7.0.0”,

Hello @caid,

Do you have any error in console / network request? What happened if you try to log your record and fields, do they have the right properties?

And last but not least, do you know when it appears to you for the first time?