You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading from Olive to Palm, if a single course contains emojis in its short description (such as "📌" or "📣") then the LMS dashboard will fail to load.
How to reproduce
Launch an olive platform:
export TUTOR_ROOT=$(pwd)
pip install 'tutor[full]<16.0.0'
tutor local lauch
tutor local do createuser --superuser --staff --password=1234 admin [email protected]
Bug description
After upgrading from Olive to Palm, if a single course contains emojis in its short description (such as "📌" or "📣") then the LMS dashboard will fail to load.
How to reproduce
Launch an olive platform:
Then, upgrade to Palm:
Load the LMS dashboard: http://local.overhang.io. It will produce a 500 error with the following logs:
Additional context
This issue was initially raised here: https://discuss.openedx.org/t/mysql-error-after-upgrade-from-olive-to-palm/11304/
It is very likely that this issue is related to #887.
The text was updated successfully, but these errors were encountered: