No Current User Result
I'm trying to login in my instance and I keep getting this error
7 Replies
What error? Selfhosted or cloud? What version?
selfhosted with 1click docker compose
the error is:
No Current User Result
And what did you do prior to this error?
I was enabling sone flag features on my own user. But now cant revert this and im not even a le to invite another user
That's weird 🤔
Could you run
select * from core."user" as user1 inner join core."userWorkspace" as workspace on user1.id=workspace."userId";
in DB to see if your user exists or not?
I checked in code and this error is returned if user doesn't exist so it should be checked whether this user is still in database or notthe user is there
@bob this one fixed it:
delete from core."featureFlag"
this one was the error in graphql response: