an error occurred when an emoji is added in some field and if you add it from the database it does not decode it in the table
Hello @barrcode ,
This is probably a miss-configuration in the database. Please check the collation of the database table and for your field and make sure it’s utf8mb4_unicode_ci which support emojis.
Regards
Johnny
1 Like
Thank you, the solution worked without problems, have a good day.
2 Likes