-
-
Notifications
You must be signed in to change notification settings - Fork 454
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
File Upload regression with @urql/exchange-graphcache 2.2.6 #635
Comments
Hiya👋 Do you have a CodeSandbox (without any API / server will do) |
@kitten I am using Codesandbox: https://codesandbox.io/s/urqlexample-ssr-with-nextjs-eg660 |
That codesandbox doesn't seem to show any issues in terms of what's being sent. Is there something I'm missing @BjoernRave |
@JoviDeCroock the problem is what I receive on my server, not what get's send.
|
So are you saying that if you leave graphcache out with the latest urql it works or is it specific to graphcache? It's very hard for us to analyze what goes wrong since we can only see that it sends a binary in the sandbox. When you would add graphcache 2.2.5, it works as well? |
@JoviDeCroock ah, seems like you found the problem. Thanks alot for that :) And yes it works fine with |
When installing the latest version of @urql/exchange-graphcache my file uploads to the apollo-server changed from looking like:
to:
Now I cannot access
createReadStream
anymore and thus not pass the file to s3 to uploadThe text was updated successfully, but these errors were encountered: