Hello,
I am working for a public entity that is using ODK to host a set of surveys that were designed as XLSForms and are already published and working in the organization’s domain. While the form can be accessed through the public link in any browser without problem, we have been getting this error message when we send a response to some of the forms; specifically, those that allow us to attach files along.
We tried to check every post and the official documentation, but we could not find any reference to this error: “Incorrect Sending/Delivery: signal is aborted without reason”
Also to clarify, we are located in a Spanish-speaking country, hence why some of the content is in Spanish. I have translated what I consider is relevant in the error message.
2. What steps can we take to reproduce this issue?
We are simply answering the questions as with the other forms and uploading files where asked to, those files are always PNG images, and their individual sizes are never exceeding 100MB, not even 2MB since they are light files.
Overall, the form is programmed to accept as many images as needed. The determining question asks for a number of processes to be revised, and based on said number, N fields are created to upload a different image in each.
Then we click on the submit button at the end and, after waiting for a prolonged period of time (on average, 1-2 minutes of the spinner saying it is being sent), the error appears and no information is collected and stored in ODK Central.
3. What have you tried to fix the issue?
Before, the message was a timeout message. So we changed our network to one with a speed of ~46Mbps and we closed browser, clearing cache. After this was done, the timeout message no longer appeared and this signal error message is shown instead. Nothing was changed in the XLSForm whatsoever.
4. Upload any forms or screenshots you can share publicly below.
Screenshot was shared before, but I think to clarify our setup:
- Custom server with Ubuntu 22.04 LTS and 12GB RAM
- Set with custom SSL, having created our own cert.pem and key.pem so that certificates match the organization’s available subdomain
- Database is also custom, being set in a separate server following the process described in the custom DB setup official documentation.
- We believe all of this is correctly set since other forms work fine, and we can create and administer new users without any problem. Besides, we can access the form and ODK Central correctly so domains and certificates are fine.
- To comply with the organization’s WAF security policies, we made some adjustments to common-headers.conf and nginx.conf files, in order to modify a couple of headers.
I hope this was clear enough.
Thanks in advance for any help anyone can provide.

