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
In nuxt-graphql-client version 0.2.34, I used useGqlToken(newToken) in login process, but now I upgraded to the 0.2.43 and it stopped working - no cookie was set.
But when I set client explicitly (for both clients I need) it works again:
Environment
Describe the bug
In nuxt-graphql-client version 0.2.34, I used
useGqlToken(newToken)
in login process, but now I upgraded to the 0.2.43 and it stopped working - no cookie was set.But when I set client explicitly (for both clients I need) it works again:
In past it used just one cookie gql:default, but with this workaround is obviously sets two cookies - gql:default and gql:tenant.
Expected behaviour
Plain
useGqlToken(newToken)
should work again.Reproduction
No response
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: