Hi everyone, tried to install community edition on Debian 12 today and the install goes fine but admin-api is not working. The problems is unique to Debian 12, and do not happen when following the same (scripted) install on Debian 11 or Ubuntu 22.
Cannot create a domain in admin web UI.
to reproduce: log in to web admin -> domains -> new domain -> enter data -> add
symptoms: domain creation fails
error on screen: "Bad request" shown in red box underneath the new domain dialog
error from logs: journalctl -u -f grommunio-admin-api.service
Aug 16 22:56:33 syno2.dev uwsgi[1897]: [WARNING] (grommunio Admin API) POST /api/v1/system/domains?createRole=false from 192.168.10.64 -> 400 '{"message":"Bad Request","errors":["InvalidSchemaValue"]}\n'
Aug 16 22:56:39 syno2.dev uwsgi[1897]: [WARNING] (grommunio Admin API) POST /api/v1/system/domains?createRole=true from 192.168.10.64 -> 400 '{"message":"Bad Request","errors":["InvalidSchemaValue"]}\n'_
Questions:
- How do I debug this? Where do I go to switch on more detailed debugging in uwsgi / admin web UI?
- Given this works on Deb 11, seems likely it's related to different versions in 12... like uwsgi / PHP / FPM etc... any ideas where to start looking?
Thanks for any help you can offer! Will share a solve when fixed.
Matt