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
When receiving an unsuccessful response in Faust via Apollo, an ApolloError will be thrown. For example, during a Next.js prerendering error:
Error occurred prerendering page "/en". Read more: https://nextjs.org/docs/messages/prerender-error
ApolloError: Response not successful: Received status code 500
at new ApolloError (/workspace/node_modules/@apollo/client/errors/errors.cjs:31:28)
at /workspace/node_modules/@apollo/client/core/core.cjs:1863:19
at both (/workspace/node_modules/@apollo/client/utilities/utilities.cjs:1072:53)
at /workspace/node_modules/@apollo/client/utilities/utilities.cjs:1065:72
at new Promise (<anonymous>)
at Object.then (/workspace/node_modules/@apollo/client/utilities/utilities.cjs:1065:24)
at Object.error (/workspace/node_modules/@apollo/client/utilities/utilities.cjs:1073:49)
at notifySubscription (/workspace/node_modules/zen-observable/lib/Observable.js:140:18)
at onNotify (/workspace/node_modules/zen-observable/lib/Observable.js:179:3)
at SubscriptionObserver.error (/workspace/node_modules/zen-observable/lib/Observable.js:240:7)
It would be helpful from a developer experience perspective to also show the response's body here, as they can determine further what the reason for the unsuccessful response was.
The text was updated successfully, but these errors were encountered:
When receiving an unsuccessful response in Faust via Apollo, an
ApolloError
will be thrown. For example, during a Next.js prerendering error:It would be helpful from a developer experience perspective to also show the response's body here, as they can determine further what the reason for the unsuccessful response was.
The text was updated successfully, but these errors were encountered: