mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-19 14:10:14 +00:00
As can be seen from the reporter's debug output, the problem is that the POST goes to .../?add-member, whereas davical expects / works with / redirects to ?add_member (note the underscore). So we have davical treat ?add-member the same as ?add_member