Errors are thrown when saving a poll or stream title with emojis.
org.springframework.orm.jpa.JpaSystemException: could not execute statement [Incorrect string value: '\xF0\x9F\x9A\x99 /...' for column 'title' at row 1]
The database connection string already has ?useUnicode=yes&characterEncoding=UTF-8 added to it. This issue does not occur locally. It's possible that the prod database is the issue so it'd be good to check by connecting local Ninbot to the prod database.
Errors are thrown when saving a poll or stream title with emojis.
org.springframework.orm.jpa.JpaSystemException: could not execute statement [Incorrect string value: '\xF0\x9F\x9A\x99 /...' for column 'title' at row 1]The database connection string already has
?useUnicode=yes&characterEncoding=UTF-8added to it. This issue does not occur locally. It's possible that the prod database is the issue so it'd be good to check by connecting local Ninbot to the prod database.