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
Unexpected error processing request: TypeError: Cannot read properties of undefined (reading 'code')
TypeError: Cannot read properties of undefined (reading 'code')
at enrichError (/home/robertmendes/projects-github/Api-GraphQL/node_modules/@apollo/server/src/errorNormalize.ts:64:33)
at /home/robertmendes/projects-github/Api-GraphQL/node_modules/@apollo/server/src/errorNormalize.ts:46:18
at Array.map ()
at normalizeAndFormatErrors (/home/robertmendes/projects-github/Api-GraphQL/node_modules/@apollo/server/src/errorNormalize.ts:39:29)
at ApolloServer.errorResponse (/home/robertmendes/projects-github/Api-GraphQL/node_modules/@apollo/server/src/ApolloServer.ts:1117:73)
at ApolloServer.executeHTTPGraphQLRequest (/home/robertmendes/projects-github/Api-GraphQL/node_modules/@apollo/server/src/ApolloServer.ts:1109:19)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
When I make a request for a route, this log is displayed in the console
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Unexpected error processing request: TypeError: Cannot read properties of undefined (reading 'code')
TypeError: Cannot read properties of undefined (reading 'code')
at enrichError (/home/robertmendes/projects-github/Api-GraphQL/node_modules/@apollo/server/src/errorNormalize.ts:64:33)
at /home/robertmendes/projects-github/Api-GraphQL/node_modules/@apollo/server/src/errorNormalize.ts:46:18
at Array.map ()
at normalizeAndFormatErrors (/home/robertmendes/projects-github/Api-GraphQL/node_modules/@apollo/server/src/errorNormalize.ts:39:29)
at ApolloServer.errorResponse (/home/robertmendes/projects-github/Api-GraphQL/node_modules/@apollo/server/src/ApolloServer.ts:1117:73)
at ApolloServer.executeHTTPGraphQLRequest (/home/robertmendes/projects-github/Api-GraphQL/node_modules/@apollo/server/src/ApolloServer.ts:1109:19)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
When I make a request for a route, this log is displayed in the console
Beta Was this translation helpful? Give feedback.
All reactions