You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i try to edit fields of a user i have the error : {"code":"cant_update_item","message":"Cannot update item","data":{"status":500}}
My endpoint is : wp-json/acf/v3/users/(ID)
I use PUT method.
Idea of fix, but it's a problem
After few hours I found something really weird that make it works but i can't use this forever :
I need to put a rule in my ACF configuration like this to make it works (with the OR) :
This configuration add all the ACF fields for all elements (post, custom post type...), but let the UPDATE works through the API.
The problem is that i can't let this fields everywhere. So i need to find a solution to make it works with this configuration
How can i do this ?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
When i try to edit fields of a user i have the error :
{"code":"cant_update_item","message":"Cannot update item","data":{"status":500}}
My endpoint is : wp-json/acf/v3/users/(ID)
I use PUT method.
Idea of fix, but it's a problem
After few hours I found something really weird that make it works but i can't use this forever :
I need to put a rule in my ACF configuration like this to make it works (with the OR) :
This configuration add all the ACF fields for all elements (post, custom post type...), but let the UPDATE works through the API.
The problem is that i can't let this fields everywhere. So i need to find a solution to make it works with this configuration
How can i do this ?
Thanks
The text was updated successfully, but these errors were encountered: