Closed flyhigh-hifi closed 3 years ago
Looks like it's not the issue with nestjs itself, here's a workaround https://github.com/MichalLytek/type-graphql/issues/37#issuecomment-592467594
Hi, thank you for the bug report and sorry for the delay.
@flyhigh-hifi Did you manage to find a solution to your problem? The bug does not seem related to this package.
Also we never touch willSendRequest method, so it's highly unlikely that this is a bug on our end. However, if you could provide a reproducible example I could investigate what's happening.
Yes, you are right, this is not related to your package. The solution was to replace internal apollo uploads with graphqlUploadExpress and the problem Maximum call stack in the fs-capacitor package has gone away.
closing this since it's resolved
How I implement this on nestjs?
Hi! I have tried to combine existing and working data source with file uploads and get errors on both graphql side - (intermediate value).willSendRequest is not a function and on the server – RangeError: Maximum call stack size exceeded