Replies: 2 comments
-
@DayaJuang I don't think we do anything particular with the file, so it might be FastAPI 😊 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I found the problem was cause by converting to pydantic model using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am working using strawberry-graphql and fastAPI UploadFile to upload a file (image). Whenever I uploaded a file that less than 1MB, it worked fine but when I am uploading a file larger than 1MB it throw an error like this
I don't know if this error is from the strawberry or from fastAPI
Beta Was this translation helpful? Give feedback.
All reactions