500 Error on "Follow Tag"

Viewed 124

API endpoint: /answer/api/v1/follow

Payload:

{
  "object_id":"428",
  "is_cancel":false
}

Response:

{
    "code": 500,
    "reason": "base.database_error",
    "msg": "Data server error.",
    "data": {
        "err_type": "toast"
    }
}

Any ideas what could be goosed?

2 Answers

The IDs of the tags need to be a BIGINT - a 50x error is produced if its not