User has permission. I can change and create custom post, but I can’t change or create any ACF for this custom post type.
When I use /wp-json/acf/v2/{Custom Post}/{id} I got the same error for both PUT and POST actions
{
“code”: “cant_update_item”,
“message”: “Cannot update item”,
“data”: {
“status”: 500
}
}