Skip to content
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

Broken in axios 0.27.X #1

Closed
corasaurus-hex opened this issue Apr 26, 2022 · 2 comments
Closed

Broken in axios 0.27.X #1

corasaurus-hex opened this issue Apr 26, 2022 · 2 comments

Comments

@corasaurus-hex
Copy link
Contributor

Hi there, thanks for the hooks, they're great!

We were upgrading deps this morning and noticed that file upload was broken. If we reverted to axios 0.26.1 things started working again. It looks like 0.27.0 messed with forms, which is what I imagine is breaking here:

https://github.com/axios/axios/blob/master/CHANGELOG.md#0270-april-25-2022

It seems like it's no longer percent-encoding the request body?

@corasaurus-hex
Copy link
Contributor Author

It could be related to a few issues I just saw on axios:

axios/axios#4631
axios/axios#4627
axios/axios#4638

So maybe not an issue with integration at all and it's all breakage in axios.

@corasaurus-hex
Copy link
Contributor Author

Fixed upstream now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant