These last few days, I am randomly getting some “Illegal mix of collations” errors.
Here is the error in full:
Error: Illegal mix of collations (utf8mb4_unicode_520_ci,IMPLICIT) and (utf8mb4_general_ci,IMPLICIT) for operation '<>'
at new ResponseError (sdk.js:14:833827)
at checkStatus (sdk.js:14:836165)
I am wondering what could cause this issue.
Unfortunately, I don’t have a clear way to replicate the issue since it happens somewhat randomly when testing my application.
App ID is : D7075715-5086-625A-FFAB-39C2F40FB200
It seems to happen randomly on any page, but it seems each time it’s when querying table BoatUserRoles within function setCurrentUserAndBoat, if that can help narrow it down.
When I click on the button it redirects me to another page, so I can not reproduce it, perhaps there are specific steps to reproduce it and see the error?