-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Be able to use emoji's in event emoji's and titles #574
Comments
I guess this is regarding the collation in the DB no? |
Yes, it is. I think we might have fixed it, not sure |
It works in a dev env via rails. Could not get the docker env working for development |
It's not working on production. To reproduce:
Not sure why, I think I checked the most common issues (collations) but couldn't find a reason why it isn't working. This should be reproducible in development as well |
The docker env is only for production, I'll see if I can create one to use for local development as well. Update: see #621 |
Issue seems to be fixed with the latest commit |
Sadly not, still crashes on production so there must be something wrong/different with the database setup over there. |
Fixed by converting the Mysql DB to Postgres in #762 |
💣
The text was updated successfully, but these errors were encountered: