I am encountering an error suggesting that the encrypted value is too long to be stored into the database. In my case, it was caused with the encrypt() function serializing the value, resulting in an even longer text.
I am encountering an error suggesting that the encrypted value is too long to be stored into the database.
In my case, it was caused with the encrypt() function serializing the value, resulting in an even longer text.