-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New dataset actions not really working #1550
Comments
@bpedersen2 thank you for testing this feature. Based on the message that you posted, I found the following post that might help us in solving the issue: And also the following: I will work on it today or tomorrow, test it locally and create a PR if it solves the issue. |
I would prefer to directly use the fetch api here. But I would make this configurable to either post json or formdata anyway. |
I want to add some e2e testing, so I will implement one of the solutions proposed in the post. |
First I will fix the form submission, than we can implement the call with fetch. |
There is matching BE PR 1392 to update default FE config provided by the BE |
Summary
I tried to configure the new dataset actions (pointing download to the zipservice url)
Steps to Reproduce
configure a url pointing to the zip service
Current Behaviour
There is no request arriving at the zip service, and in the console one gets:
Expected Behaviour
The data arrive at the zip service
Extra Details
https://github.com/SciCatProject/frontend/pull/1528/files/2099d8a0cb8929078ae108a5bcc239b46a835d05#r1707136164
The text was updated successfully, but these errors were encountered: