You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
Data should download to csv without error.
Screenshots (nice to have)
Desktop (please complete the following information):
OS: Mac
Browser: Chrome
Additional context
This functionality was broken by the Export update. Specifically, the Export page uses a POST action, while the Download Data form uses a GET. We don't have tests for the Download Data functionality on the Data Management page, so it was not apparent that this functionality was broken.
The text was updated successfully, but these errors were encountered:
Describe the bug
Clicking the Download Data button on the Data Management page returns a 405.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Data should download to csv without error.
Screenshots (nice to have)
Desktop (please complete the following information):
Additional context
This functionality was broken by the Export update. Specifically, the Export page uses a POST action, while the Download Data form uses a GET. We don't have tests for the Download Data functionality on the Data Management page, so it was not apparent that this functionality was broken.
The text was updated successfully, but these errors were encountered: