Hi fauna community,
Has anyone seen the below type of error before using the fauna shell? I understood that the shell would have admin privileges though for some reason permission is being denied because there are "Insufficient privileges to perform the action."
:
Call(Function("RankRecipesForUser"), [ "nonijdctev", "egg", null, null, null])
Error: [
{
"position": [],
"code": "call error",
"description": "Calling the function resulted in an error.",
"cause": [
{
"position": [
"expr",
"collection",
"paginate"
],
"code": "permission denied",
"description": "Insufficient privileges to perform the action."
}
]
}
]
I have active admin and server keys for this database so am not sure where I could be going wrong.
@Jay-Fauna and @Luigi_Servini you have both been really helpful before, hoping you could set me straight before the weekend.