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

multipart uploads via axios (node.js) only work if you go through the proxy #48

Open
s4ke opened this issue Aug 10, 2023 · 1 comment
Open

Comments

@s4ke
Copy link
Member

s4ke commented Aug 10, 2023

this is an edge case that only happens if you are in the same network as the gunicorn container and directly use the gunicorn container as the target of your request.

This happened in a project with axios 0.27, node.js 16. On the same setup, our client cli (2.1.0-beta.16) didn't show any issues

@s4ke
Copy link
Member Author

s4ke commented Aug 13, 2023

With a bare example for e2e tests with recent versions of nodejs (20) and axios (> 1.X) in the repo that works, it seems like we need to actually look for a combination that does not work

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