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
Make sure to fork this template and run yarn generate in the terminal.
Please make sure Mesh package versions under package.json matches yours.
2. A failing test has been provided
3. A local solution has been provided
4. A pull request is pending review
Describe the bug
To Reproduce Steps to reproduce the behavior:
I have added schemaHeaders with valid JWT token. but it still throws the following error when i run "mesh dev".
From spring boot service, i have verified that request has been reached and properly validated with given token.
💥 🕸️ Mesh - Server TypeError: Cannot read properties of undefined (reading 'errors')
Expected behavior
Environment:
OS:
@graphql-mesh/...:
NodeJS:
Additional context
The text was updated successfully, but these errors were encountered:
Issue workflow progress
Progress of the issue based on the
Contributor Workflow
Github,
Stackblitz
or
CodeSandbox
Describe the bug
To Reproduce Steps to reproduce the behavior:
I have added schemaHeaders with valid JWT token. but it still throws the following error when i run "mesh dev".
From spring boot service, i have verified that request has been reached and properly validated with given token.
Expected behavior
Environment:
@graphql-mesh/...
:Additional context
The text was updated successfully, but these errors were encountered: