explorer
explorer

Reputation: 21

SPFx & PnPjs People picker issues

Trying to develop a webpart with PnP people picker

(in promise) Error: Error making HttpClient request in queryable [400] ::> {"odata.error":{"code":"-1, Microsoft.SharePoint.Client.InvalidClientQueryException","message":{"lang":"en-US","value":"An unexpected 'StartObject' node was found when reading from the JSON reader. A 'PrimitiveValue' node was expected."}}}

Anyone knows what exactly to send during POST method?

Upvotes: 2

Views: 1155

Answers (1)

explorer
explorer

Reputation: 21

Done... Add ensureuser = {true} in JSX...

Upvotes: 1

Related Questions