react icon indicating copy to clipboard operation
react copied to clipboard

400 Bad Request: rest_invalid_param

Open cweiske opened this issue 8 years ago • 0 comments

When selecting an emoji, a HTTP request is sent to the wordpress instance (/wp-json/wp/v2/react). It fails:

{"code":"rest_invalid_param","message":"Ung\u00fcltige(r) Parameter: emoji","data":{"status":400,"params":{"emoji":"emoji ist nicht vom Typ string."}}}

("emoji is not of type string")

That's with Wordpress 4.7.3 and WP REST API 2.0-beta15

cweiske avatar Mar 15 '17 14:03 cweiske