Hello everyone,
So I am doing a two flow setup to create a looping for products. Basically I want to automatically scan products and check their “status” of the workflow. Everything seems to work just fine, it loops and go per item. However when it gets to “Update Data” operations I get a permission error:
{
"name": "DirectusError",
"message": "You don't have permission to access this."
}
And this is the accountability payload, it says true for admin.
{
"role": "REDACTED_ROLE_ID",
"user": "REDACTED_USER_ID",
"roles": [
"REDACTED_ROLE_ID"
],
"admin": true,
"app": true,
"ip": "REDACTED_IP_ADDRESS",
"userAgent": "REDACTED_USER_AGENT",
"origin": "http://localhost:8055",
"session": "REDACTED_SESSION_TOKEN"
}
If anyone knows whats wrong I would greatly appreciate it!