Does not set cookie from Apollo Mutation in authorize()
#3510
Unanswered
georgekrax
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the
CredentialsProvider
provider bynext-auth
. In theauthorize()
callback, where I call thelogin
mutation, cookies are not being set. In mylogin
mutation, I dores.cookie("refresh_token", "<token>")
, but this is not working / set when calling this mutation Server-Side.Any idea why this is happening?
Beta Was this translation helpful? Give feedback.
All reactions