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
Failure due to missing apollo-upload-server dependency. Actual error is: "Cannot find module 'apollo-upload-server'". I see that apollo-upload-server is referenced by apollo-server-corehere, but it's not included in the core's dependencies. Could that be the issue?
Adding apollo-upload-server to the dependencies of apollo-server-core should fix this issue. Let me know if you agree, and I'll be happy to submit a PR.
Intended outcome:
apollo-server-lambda@rc
can be used.Actual outcome:
Failure due to missing
apollo-upload-server
dependency. Actual error is:"Cannot find module 'apollo-upload-server'"
. I see thatapollo-upload-server
is referenced byapollo-server-core
here, but it's not included in the core's dependencies. Could that be the issue?Adding
apollo-upload-server
to the dependencies ofapollo-server-core
should fix this issue. Let me know if you agree, and I'll be happy to submit a PR.More info:
serverless
framework.graphql
's lambda handler:The text was updated successfully, but these errors were encountered: