Logged in but cant query authenticedUser, Just retruns null #8919
Answered
by
marekryb
thomascanham
asked this question in
Questions
-
If I log in to the Admin UI, everything works as expected. When I use the GraphQL playground to run some queries and I asked for the authenticated User, It simply returns null. This is from the playground or the frontend. My keystone set up is as follows:
Im running the query
Just constantly returning null. I have actually no idea where to begin on this now. |
Beta Was this translation helpful? Give feedback.
Answered by
marekryb
Nov 16, 2023
Replies: 1 comment 3 replies
-
Hi, My guess is you are not sending cookies in the playground. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
thomascanham
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
My guess is you are not sending cookies in the playground.
See #8442 (comment)