Hi everyone, tried to install community edition on Debian 12 today and the install goes fine but cannot log in to admin web UI. The problem is unique to Debian 12, and do not happen when following the same (scripted) install on Debian 11 or Ubuntu 22.
**[solved problem] Cannot log in to admin web UI after default install **
to reproduce: install community edition on Debian 12 following the manual install guide in manual, go to web admin UI and try to log in with the username and password you created earlier
symptom: cannot log in
error from logs: journalctl -u -f grommunio-admin-api.service
Aug 16 22:42:31 syno2.dev uwsgi[501]: ModuleNotFoundError: No module named 'distutils.util'
Aug 16 22:42:31 syno2.dev uwsgi[501]: unable to load app 0 (mountpoint='') (callable not found or import error)
Aug 16 22:42:31 syno2.dev uwsgi[501]: *** no app loaded. going in full dynamic mode ***
solve: install missing dependency using "apt install python3-distutils"
Kind regards
Matt