-
Notifications
You must be signed in to change notification settings - Fork 128
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 image upload not working with fetch but with RapidAPI #388
Comments
Seems like i have same problem when uploading big files( >100Mb ). |
Please please share a minimal reproduction (or at least any runnable one) in order to allow investigating such issues. 🙏🏼 |
Here is reproduction - file-upload-test I get this error:
|
Sorry, there is problem with h3, i suppose. |
Hey there,
for whatever reason, I am not able to upload the image to my server. But when doing it with RapidAPI and with the exact same image, it works. What am I doing wrong here?
QuillEditor code:
When I inspect my request, I have set my Bearer token to authenticate (otherwise I would get an 401 instead of an 422) as well as
Content-Type: multipart/form-data
. Even my payload contains the form data. This is the beginning of my payload:However, in Laravel Telescope my payload is empty:
When doing the exact same with RapidAPI:
Everything works without any problem. Also, the payload is set:
How can this be? I am pretty sure my backend works, it's tested. But I am also sure I am doing the request correctly.
Can anybody help me?
Kind regards
The text was updated successfully, but these errors were encountered: