galaxyproject / galaxy

Data intensive science for everyone.
https://galaxyproject.org
Other
1.41k stars 1.01k forks source link

composite data upload via URL is broken #7046

Closed bgruening closed 5 years ago

bgruening commented 5 years ago

Go to compostie data upload, choose imzml and insert those two files:

https://zenodo.org/record/1560646/files/mouse_kidney_cut.imzML
https://zenodo.org/record/1560646/files/mouse_kidney_cut.ibd

I get the following error both on 18.05 and 18.09.

{…}​data: FormData {  }​error: function error()​error_default: "Please make sure the file is available."​error_login: "Uploads require you to log in."​error_retry: "Waiting for server to resume..."​error_server: "Upload request failed."​progress: function progress()​success: function success()​url: "/api/tools"​<prototype>: Object { … } analysis.bundled.js:1:500124
mvdbeek commented 5 years ago

Interesting, on usegalaxy.org we also get this: screen shot 2018-11-27 at 08 35 59 The upload is going to _upload, which I think happens if you set nginx_upload_store in the galaxy.yml file and you don't actually have that route in the nginx config (because upload is supposed to be handled by the chunked uploader).

mvdbeek commented 5 years ago

This is working fine on 19.01, it looks like at the time something about the upload route was misconfigured. screen shot 2019-01-21 at 09 52 41