SERVER ERROR 500 can't login into server

Hi @jparmar,

FYI: For this particular case, the version of Django was involved in this issue. KPI is now using Python3 with Django 2.2 whereas KoBoCAT still uses Python2/Django 1.8 (a Python3/Django 2.2 version is coming though). Long story short: tables for PartialDigest were out of sync.

This is what we did to resolve the issue:

But as @stephanealoo told you, you may face another issue.

2 Likes