- Modoboa: 1.13.1 and 1.14
- installer used: Yes
- Webserver: Nginx
- OS: Ubuntu 18.04.2 LTS
Steps to reproduce
With a fresh installation done trough the installer, try to create a new calendar for a user.
Current behavior
When I click on 'Create', nothing seems to happen. Error 500 came up in /var/log/uwsgi/app/modoboa_instance.log. Using a Let's Encrypt certificate for SSL.
Error:
[...] [pid: 2667|app: 1|req: 54/81] <Client_IP_removed> () {58 vars in 1162 bytes} [Wed Jul 10 17:38:09 2019] POST /api/v1/user-calendars/ => generated 882 bytes in 412 msecs (HTTP/1.1 500) 5 headers in 181 bytes (1 switches on core 0)
Expected behavior
When clicking on 'Create', Modoboa will proceed to create the calendar and no errors show up in logs.