-
Notifications
You must be signed in to change notification settings - Fork 27
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
nestjs with apollo federation doesn't work #23
Comments
Looks like it's not the issue with nestjs itself, here's a workaround MichalLytek/type-graphql#37 (comment) |
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 |
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
The text was updated successfully, but these errors were encountered: