-
-
Notifications
You must be signed in to change notification settings - Fork 117
Open
Description
Hello,
I am trying to update ACF fields for users but i have a
{ "code": "cant_update_item", "message": "Cannot update item", "data": { "status": 500 } }
URL POST:
https://localhost/wp-json/acf/v3/users/45/
JSON:
{ "fields":{ "adresse": "Clos de la fonderie" } }
I am using Basic authentification plugin.
I can create ACF Fields but cannot update them.
Thank you in advance
martinoroma88, federicogatti and JoshuaVB
Metadata
Metadata
Assignees
Labels
No labels
Projects
Milestone
Relationships
Development
Select code repository
Activity
martinoroma88 commentedon May 11, 2018
I have the same issue. I use Application Passwords for authentication. Same error 500
dvdl16 commentedon May 26, 2018
I'm experiencing the same issue. I use WP OAuth Server for auth, and my request is authorised. I can successfully update fields on "posts", but I just can't seem to update fields on "users". @airesvsg any idea what could cause this?
dvdl16 commentedon May 26, 2018
Following the steps in this thread fixed it for me:
#141
JoshuaVB commentedon Aug 12, 2020
For anyone coming upon this in 2020, there's one more addition to the #141 thread that needs to be added:
#247 (comment)