"You don't have permission to perform this operation" happening on new tables


Issue Description: What’s happening?

I cant query on latest created tables, indeed, all queries return a permission error.

However, i can query other tables without error (created before today)

Reproduce the Issue: What steps can someone take to replicate the problem?

Query example from my front application :
{
patientTagsList {
items {
label
}
}
}

Actual Behavior: What actually happened?

error response :

{"data":null,"errors":[{"message":"You don't have permission to perform this operation","locations":[{"line":2,"column":3}],"path":["patientTagsList"],"code":"NotAuthorizedError","details":{"permissions":"You don't have permission to perform this operation"}}]}

guest data permission :

Hey @epoupard - where are you running queries from? The API Explorer, a graphQL Client, or a front-end?