Following the migration guide from apollo server
- everything seems to start fine. However, when I make any request it says:
Cannot read properties of undefined (reading 'method')
This happens when I make requests from the client and also when i try to open the studio at /graphql
- so it's definitely not the client.
Any suggestions? I wish the error was a bit more descriptive
"graphql": "15.8.0"
"@apollo/server": "^4.7.1",
"@as-integrations/aws-lambda": "^2.0.1",
Edit: This helps: Apollo GraphQL Lambda Handler Cannot read property 'method' of undefined
At least I can reach the studio now so its getting there.