7 months ago
I am developing app that use MySql 9.4.0 for database. I have been using it for 3 months and it has been fine until very recently around a week ago, Railway displays some accented text brokenly.
I use table TestCategory for demonstration. category_name is column that displays Vietnamese characters.
If I query data using mysql terminal or sequelize in my backend, it gets data properly.
If I fix the third row to correct text in Railway (by editing straight in Railway UI), while Railway displays that row properly, when I query data in mysql terminal, the third row shows broken text.
Checked both encoding for database and table TestCategory, they use DEFAULT_CHARACTER_SET_NAME = utf8mb4 and DEFAULT_COLLATION_NAME = utf8mb4_unicode_ci
3 Replies
7 months ago
Seeing the same issue
7 months ago
Hi, thank you for the report, this should be fixed now!
7 months ago
!s
Status changed to Solved brody • 7 months ago
