Error Getting Form List (404)

When attempting to get the form list from the server using collect on an android phone I get the following error:

Error Getting Form List
Form listing failed. http://172.20.10.199:8080/formList responded with: (404).

I have no problem connecting to http://172.20.10.199:8080/ODKaggregate from the phone or the server and using the management page, and trying to connect to http://172.20.10.199:8080/formList on the server also gives an error 404.

ODK aggregate 1.6.1 is running on PostgreSQL 10.5 and Tomcat 8.5 on Windows Server 2012. The phone is running Android 8.0.0 but I don't think the phone has anything to do with the problem because when I was running aggregate from the preconfigured VM it had no problem connecting and downloading forms.

Hello,

Looks like you have not set the server URL correctly on ODK Collect. I am guessing it should be
http://172.20.10.199:8080/ODKAggregate and you only have http://172.20.10.199:8080 in the server URL setting

can you access http://172.20.10.199:8080/ODKAggregate/formList

1 Like

Yeah that was exactly it. I focused so much on Aggregate setup I forgot to check the Collect setup guide.

1 Like

A post was split to a new topic: Error getting form list with Aggregate v2