When trying to send catches to the server (via POST /catch), a 500 error is returned and the following message appears in the server log:
Oct 12, 2016 9:19:27 AM org.nestnz.api.RequestServlet doRequest
INFO: IO/SQL error while executing queries:
ERROR: INSERT has more expressions than target columns
Position: 378
org.apache.catalina.connector.ResponseFacade@4e5e8da3
Returning 500...
When trying to send catches to the server (via POST /catch), a 500 error is returned and the following message appears in the server log: