-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Using Upload
extension causes errors
#1292
Comments
Interesting! I'll investigate on my side over the next few days. |
graffle/src/extensions/Upload/Upload.ts Line 49 in 3a17b33
i noticed that without the extension server sends but with the extension server sends i understand why you are sending an empty is it possible to send an empty content-type only if the request contains upload? |
Yes, and that is what it should be already doing :) If you want to take a crack at a PR and test, feel free! If the issue is just the extension code, should be accessible for others to help here. |
Description
when using the
Upload
extension, normal requests without upload are executed with an errorin the demo i use the server https://countries.trevorblades.com/graphql
i also checked on the server of my project, requests are also not executed there, but a slightly different error
is this a bug on the extension side or on the server side?
Reproduction Steps/Repo Link
1: https://stackblitz.com/edit/vitejs-vite-x1myn4ba?file=src%2Fmain.ts
2: open network tab
The text was updated successfully, but these errors were encountered: