-
Notifications
You must be signed in to change notification settings - Fork 1
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
Axios 0.28 on Stage breaks dataset search. #176
Comments
Comment from Jim:
|
The upgrade to axios version must have made |
Not urgent -- production still is on 0.21 and works -- thanks!
…Sent from my phone
On Wed, Jul 17, 2024, 21:36 To Huynh ***@***.***> wrote:
The upgrade to axios version must have made qs.stringify(params, {
indices: false }) no longer removes []s. I'll try to take a look at the
issue sometime this weekend if it's not urgent.
—
Reply to this email directly, view it on GitHub
<#176 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA7PWTMBYFGVLLRAOGI4Z3ZM4LYPAVCNFSM6AAAAABK7LPFJOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZVGA2TQMBZG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
It looks like 0.28.0 made breaking changes and |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Due to axios/axios#4734
the requests to the mydata Dataverse API on stage include
[]
in the publicationStatus terms, sopublished_states[]=Published&published_states[]=Unpublished&published_states[]=Draft&published_states[]=In+Review
instead of the correct
published_states=Published&published_states=Unpublished&published_states=Draft&published_states=In%20Review
This breaks all dataset searches, both for ATI projects and for projects to turn into ATI projects
The text was updated successfully, but these errors were encountered: