Try to verify the charset & collation of idm_workspace.label column. It might be “utf8mb4”
SELECT TABLE_CATALOG, TABLE_SCHEMA, TABLE_NAME, COLUMN_NAME, COLLATION_NAME, CHARACTER_SET_NAME
FROM INFORMATION_SCHEMA.COLUMNS
WHERE TABLE_SCHEMA="cells" and TABLE_NAME = "idm_workspaces"
Following configuration work correctly on my server
@c12simple Thank you for replying
Mine is different when I check the result of the query you have suggested, is there a way to change that from the admin section or do I need to change it from Mariadb?
To be honest, it is a known pain point that we have been fighting with since a few version now.
Good news is that we have worked a lot on this layer for the upcoming v5 and this should be much better then.