Hi. We’re running into database collation issues o...
# ory-selfhosting
s
Hi. We’re running into database collation issues on Hydra 1.11.10 when the user accepts the consent challenge. The exact error when running it in debug mode is “Error 3988: Conversion from collation utf8mb4_general_ci into latin1_swedish_ci impossible for parameter”. It’s caused by the Japanese characters in the id_token body, our hydra database is confirmed to be in Latin collation, running on MySQL 8.0. What’s the best way to solve this? Unsure if it’s safe to convert the tables to use utf8mb4