Closed aapokiiso closed 8 months ago
Name | Link |
---|---|
Latest commit | b6116f2469257ea15e164ae71b9b6e556252b251 |
Latest deploy log | https://app.netlify.com/sites/apollo-module/deploys/64a6d5b4ae95c20008e75094 |
@Diizzayy Hi, is this package still maintained or should we start moving to https://github.com/Diizzayy/nuxt-graphql-client?
@Diizzayy Hi, is this package still maintained or should we start moving to https://github.com/Diizzayy/nuxt-graphql-client?
Has the repository really moved?
Due to the asynchronous
nuxtApp.callHook
call ingetToken
, the Nuxt app context is no longer available whenuseCookie
is called to retrieve the token cookie value. This causes the following error:With a stack trace (example):
This can be circumvented by explicitly providing the previous Nuxt app context for the
useCookie
call using the internalcallWithNuxt
utility.