I'm having trouble transferring my crypto tokens

Hi everyone, sorry to bother you, but I’m currently facing an issue: I’m using thehttps://github.com/zama-ai/fhevm-hardhat-template, which deployed a token on Sepolia, but when transferring the token, I get the error TFHESenderNotAllowed. I’d be very grateful if you could provide some help.
This is one of the deals
sepolia:0x6fa214df1142ecd1bbf0693c9f9aa6a11da16bdb16f6041ceb9381efdb21ff29

This error happens if the amount sent is not an allowed ciphertext for the address. How do you call the transfer function? What is the parameter you send?
If you want to transfer tokens, you need to encrypt the amount. For this, you need to do it with fhevmjs.
You can also use our Remix plugin to encrypt the amount and call your contract.

OK thank you very much