No Current User Result

I'm trying to login in my instance and I keep getting this error
7 Replies
ɃØĦɆᵾS
ɃØĦɆᵾS2w ago
What error? Selfhosted or cloud? What version?
Avdax | Giovanni
Avdax | GiovanniOP2w ago
selfhosted with 1click docker compose the error is: No Current User Result
Avdax | Giovanni
Avdax | GiovanniOP2w ago
No description
ɃØĦɆᵾS
ɃØĦɆᵾS2w ago
And what did you do prior to this error?
Avdax | Giovanni
Avdax | GiovanniOP2w ago
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
ɃØĦɆᵾS
ɃØĦɆᵾS2w ago
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 not
Avdax | Giovanni
Avdax | GiovanniOP2w ago
the user is there @bob this one fixed it: delete from core."featureFlag" this one was the error in graphql response:
"errors": [
{
"message": "Enum \"FeatureFlagKey\" cannot represent value: \"IsUniqueIndexesEnabled\"",
"extensions": {
"code": "INTERNAL_SERVER_ERROR",
"response": "Enum \"FeatureFlagKey\" cannot represent value: \"IsUniqueIndexesEnabled\""
}
}
],
"errors": [
{
"message": "Enum \"FeatureFlagKey\" cannot represent value: \"IsUniqueIndexesEnabled\"",
"extensions": {
"code": "INTERNAL_SERVER_ERROR",
"response": "Enum \"FeatureFlagKey\" cannot represent value: \"IsUniqueIndexesEnabled\""
}
}
],

Did you find this page helpful?