Hey all. Looking for anyone who has seen this as a...
# help
t
Hey all. Looking for anyone who has seen this as a console.log output in an ApolloApi.
Copy code
Unable to find function a5d4054a
It is only happening when I send requests through the frontend app that is using GraphQLCodegen to create Typescript React Hooks (https://www.graphql-code-generator.com). When I make a request using Postman everything is fine. I am hoping to gain some insight into exactly what this error means. Furthermore, the 'a5d405a' code remains the same across networks calls to different lambda resolvers. Resources: ["apollo-server-lambda": "^2.21.1", "@serverless-stack-slack/resources": "0.54.4"]
j
Hmm that’s weird. Is this with
sst start
running?
f
Hey @Tyson, do you have stacks commented out in ur
index.js
? This usually happens when you have Functions that was live debugging, but not long defined in ur app. And those Lambda functions are still trying to reach your local, but
sst start
is not able to find it.