talk icon indicating copy to clipboard operation
talk copied to clipboard

subscription `commentStatusUpdated` returns a `USER_NOT_ENTITLED` Error

Open sofiadipace opened this issue 6 months ago • 4 comments

Expected behavior:

According to your documentation, I would expect the subscription to return some data, in case a comment status gets updated.

Actual behavior:

As an admin or a moderator role, I can subscribe, though I get an error like following:

Subscription:

subscription {
  commentStatusUpdated(id: "f15c008c-ce70-425b-b205-7cf159f6eaef") {
    newStatus
  }
}

Error:

{
  "errors": [
    {
      "message": "USER_NOT_ENTITLED",
      "locations": [
        {
          "line": 2,
          "column": 3
        }
      ],
      "path": [
        "commentStatusUpdated"
      ]
    }
  ],
  "data": null
}

Versions: Coralversion: 9.9.0

Thank you for your help and support!

sofiadipace avatar May 20 '25 09:05 sofiadipace