-
Notifications
You must be signed in to change notification settings - Fork 2.7k
get uploads working again #3679
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
Conversation
|
Not a local bug. I have it too. The PR fixes it but I'll let @psychedelicious take a look before the merge coz I'm unfamiliar with this part of the code. |
|
Y'all sure you have up to date packages? |
It does. |
|
Uploads work for me dragging from filesystem and on canvas - I think there's a dependency issue. Please try |
|
I deleted my node modules and installed
On Fri, Jul 7, 2023 at 6:21 PM psychedelicious ***@***.***> wrote:
Uploads work for me dragging from filesystem and on canvas - I think
there's a dependency issue. Please try yarn install --force
—
Reply to this email directly, view it on GitHub
<#3679 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABTQFKBPFUJMJNYQZX55643XPCDVZANCNFSM6AAAAAA2CAB5RQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
|
I'm not sure if this was just my local install, but even after a fresh `yarn install` my upload network request was failing because no file was passed in. I don't think the `bodySerializer` part is getting run
|
This should not have been merged |
|
I am going to create a revert PR for this. Just as a note, before I merged I tested file uploads with and without the patch. Without the patch I got a permission denied error when trying to upload. The patch fixed it. |
I'm not sure if this was just my local install, but even after a fresh
yarn installmy upload network request was failing because no file was passed in. I don't think thebodySerializerpart is getting run