wsharba / opendatakit

Automatically exported from code.google.com/p/opendatakit
0 stars 1 forks source link

unable to download csv from outside network #1039

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Log in to aggregate(www.xxx.com/ODKAggregate/) from outside office network.
2.Select the form and click "export submission" from Submission>>Filter 
Submission
3.Go to "Exported submission" click filename i.e xxxx.csv from "download file"

What is the expected output? What do you see instead?
It should open "save as" window to save the downloaded file. Instead, it goes 
to the url www.xxx.com:8080/view and the page is blank. 

What version of the product are you using? On what operating system?
V.1.4.2

Please provide any additional information below.

Original issue reported on code.google.com by vnal...@gmail.com on 5 Aug 2014 at 4:45

GoogleCodeExporter commented 9 years ago
This is a problem with the values you specified during your ODK Aggregate 
installation.

ODK Aggregate will redirect to the URL constructed from 

hostname:port/

that you specified at the time you ran the install wizard.

At that time, you must have specified www.xxx.com  and port 8080

Re-run the installation, specifying port 80, and use that new war file for your 
installation.

Original comment by mitchellsundt@gmail.com on 7 Aug 2014 at 11:28