"User is absent" GraphQL API Error

I have created a couple of new users, and everything is ok at the beginning, but after a couple of request, with the generated token when I log in with the user cretendials, the query is showing me “UserNotFoundError” “user”: “User is absent”, why is it showing me this?

Captura de Pantalla 2022-04-06 a la(s) 11.00.59 a. m.

This is usually happens when there is no user record in 8base for the user signed up in auth provider.
Are you sure you’re using the right token etc?
Can you reproduce it again and post exact steps?

1 Like