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
@cory-mosey could you upgrade to the current latest version (@5.0.0-alpha.13), and try again?
I am using "@nuxtjs/apollo": "^5.0.0-alpha.14" and I am getting ypeError: Cannot read properties of undefined (reading 'query') error when I use the following function to fetch data
Environment
Darwin
v18.19.0
3.9.3
[email protected]
ssr
,devtools
,modules
,runtimeConfig
,apollo
@nuxtjs/[email protected]
,@nuxtjs/[email protected]
Describe the bug
Just upgraded to Nuxt 3.10 (Downgraded again due to this error hence the bug report above), but all my apollo queries, etc are now returning this:
Error: Apollo client with id default not found.
My config is set up as follows:
Any reason as to why this is happening? Has Nuxt Apollo not been updated to Nuxt 3.10 yet?
Expected behaviour
Expected: Nuxt Apollo to find default client based on config as working in Nuxt 3.9.
Reproduction
No response
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: