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
i use async-graphql and async-graphql-actix-web as a backend, and use nextjs as a frontend.
when i upload a file, it doesn't work. but when i use curl to upload a file, it works.
i use
async-graphql
andasync-graphql-actix-web
as a backend, and use nextjs as a frontend.when i upload a file, it doesn't work. but when i use curl to upload a file, it works.
apollo.ts config
mutation.graphql
filewhen i use curl to upload a file, it works. and i use nextjs to upload a file, it doesn't work, i don't know why, how to fix it
The text was updated successfully, but these errors were encountered: