You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I send the files argument to the api from the client the api runs without errors, but I dont see the console.writeline statement printed out and also I get the below exception on the client as well.
If I don't send the files argument to the api from the client the api runs without errors, then I see the console.writeline statement printed out.
After the call to the api this is exception I see on the client -
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello all,
I am stuck on this error for a few days now.
What I am trying to do send in a list of user selected files as bytes from a flutter application to a .net graphql api using the hotchocolate package.
This is my flutter code where I prepare the files to be sent. Just posting a bit of it -
After adding the files to the list I call the below button press event to send the files which calls the mutation method
And finally here the api method that gets called. The api call works as I tested that other ways.
This is what I noticed after the api call -
After the call to the api this is exception I see on the client -
Beta Was this translation helpful? Give feedback.
All reactions