Replies: 2 comments 1 reply
-
Please share a minimal and clear reproduction on CodeSandbox or Stackblitz. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Related discussion: #4209 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I recently updated GraphqlQL dependencies in my NextJS project, including:
@envelop/sentry: 3.8.0 => 4.0.4
@graphql-yoga/node 2.13.8 => graphql-yoga 3.0.3
@sentry/nextjs: 7.13.0 => 7.21.1 (+ @sentry/node, @sentry/tracing)
I'm using next 13.0.5.
I started getting an error on Vercel (app builds successfully but API is not working):
Every GQL API endpoint stopped responding (http error 500).
On local environment everything works fine.
My Yoga server configuration:
I also tried different approach with schema loading:
Or adding this to
next.config.js
But none of these worked.
Beta Was this translation helpful? Give feedback.
All reactions