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
I think there's a bug on some code path that's trying to construct an error. Looks similar too what was fixed in #11516, but I'm running 3.9.5 which should have that fix.
I see:
index.ts:97 Uncaught (in promise) ApolloError: Cannot convert object to primitive value
at new ApolloError2 (index.ts:97:5)
at Object.error (QueryManager.ts:353:48)
at notifySubscription (module.js:137:18)
at onNotify (module.js:176:3)
at SubscriptionObserver2.error (module.js:229:5)
at asyncMap.ts:45:28
The underlying error returned by the server is the requested element is null which the schema does not allow.
The problem seems to only happen in Chrome, not Firefox.
I've tried recording with replay, but I've failed to get recordings using the chromium backend. If needed, I'll try harder.
Link to Reproduction
N/A
Reproduction Steps
No response
@apollo/client version
3.9.5
The text was updated successfully, but these errors were encountered:
Do you have any feedback for the maintainers? Please tell us by taking a one-minute survey. Your responses will help us understand Apollo Client usage and allow us to serve you better.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
For general questions, we recommend using StackOverflow or our discord server.
Issue Description
I think there's a bug on some code path that's trying to construct an error. Looks similar too what was fixed in #11516, but I'm running 3.9.5 which should have that fix.
I see:
The underlying error returned by the server is
the requested element is null which the schema does not allow
.The problem seems to only happen in Chrome, not Firefox.
I've tried recording with
replay
, but I've failed to get recordings using the chromium backend. If needed, I'll try harder.Link to Reproduction
N/A
Reproduction Steps
No response
@apollo/client
version3.9.5
The text was updated successfully, but these errors were encountered: