magda-io / magda

A federated, open-source data catalog for all your big data and small data
https://magda.io
Apache License 2.0
505 stars 92 forks source link

Download the history report Button triggers 404 error #3436

Closed t83714 closed 1 year ago

t83714 commented 1 year ago

Describe the bug

CleanShot 2023-01-27 at 09 40 07@2x

Download the history report button should send POST request instead (of GET) in order to invoke faas function.

To Reproduce

  1. Go to dataset page
  2. Click on Download the history report button
  3. you will see 404 error

Expected behavior The report is generated and downloaded

t83714 commented 1 year ago

closed via PR: https://github.com/magda-io/magda/pull/3437