Budibase / budibase

Low code platform for building business apps and workflows in minutes. Supports PostgreSQL, MySQL, MariaDB, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀
https://budibase.com
Other
22.62k stars 1.56k forks source link

Data Tab - Export Data feature fails #14731

Open mikesealey opened 4 weeks ago

mikesealey commented 4 weeks ago

Checklist

Hosting

Describe the bug In the Data tab, the button to export data (to csv, json, etc) fails. When exporting to .CSV it throws an error "Export Failed". When exporting to .JSON it exports a file that contains an empty array. When exporting to .JSON with schema it downloads a file containing the correct schema, and an empty array where the rows should be.

To Reproduce Steps to reproduce the behavior:

  1. Create an app using the sample BB data
  2. Click export
  3. export to CSV - error
  4. Export to .JSON - Download contains an empty array
  5. Export to .JSONwithschema Download contains a schema and an empty array.

Expected behavior Should export the rows of data as the requested type.

Screenshots Jam Screencap holds some network errors https://jam.dev/c/6978b9b6-7118-4d96-a21e-1ad360f8146f

App Export If possible - please attach an export of your budibase application for debugging/reproduction purposes.

Desktop (please complete the following information):

Additional context Issue submitted by CSE, raised by Geis

linear[bot] commented 4 weeks ago

BUDI-8704 Data Tab - Export Data feature fails