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
Using GraphQLProvider with props link which has value [recaptchaLink] in _app.tsx probably leads to error Uncaught (in promise) ApolloError while mutation
I am not 100% sure that this is the root of the Apollo issue, but immediately after we removed recaptchaLink the issue Uncaught (in promise) ApolloError disappeared
GraphQLProvider from '@graphcommerce/graphql'
"@graphcommerce/graphql": "6.1.0"
recaptchaLink from '@graphcommerce/googlerecaptcha/link/recaptchaLink'
"@graphcommerce/googlerecaptcha": "6.1.0"
"@graphcommerce/graphql": "6.1.0"
Expected Behavior
Using GraphQLProvider with props link which has value [recaptchaLink] in _app.tsx should not lead to unexpected bug
Describe the Bug
Using GraphQLProvider with props
link
which has value[recaptchaLink]
in _app.tsx probably leads to errorUncaught (in promise) ApolloError while mutation
I am not 100% sure that this is the root of the Apollo issue, but immediately after we removed
recaptchaLink
the issueUncaught (in promise) ApolloError
disappearedExpected Behavior
Using GraphQLProvider with props
link
which has value[recaptchaLink]
in _app.tsx should not lead to unexpected bugTo Reproduce
Add to _app.tsx
and add googleRecaptchaKey to graphcommerce.config.js
The text was updated successfully, but these errors were encountered: