I’ve an Ionic React app and I need to permit customers to alter their e mail addresses.
Nonetheless, when I attempt to change Drupal Development Service e mail handle in a PATCH
request, I get Drupal Development Service following error:
{ "jsonapi":{ "model":"1.0", "meta":{ "hyperlinks":{ "self":{ "href":"http://jsonapi.org/format/1.0/" } } } }, "errors":[ { "title":"Unprocessable Entity", "status":"422", "detail":"mail: u300cu30e1u5fc5u9808u3067u3059u3002", "source":{ "pointer":"/data/attributes/mail" } }, { "title":"Unprocessable Entity", "status":"422", "detail":"mail: Your current password is missing or incorrect; itu0027s required to change the u30e1u30fcu30ebu30a2u30c9u30ecu30b9.", "source":{ "pointer":"/data/attributes/mail" } } ] }
This does not actually make sense as a result of Drupal Development Service person already has a JWT to authenticate.
I discovered this drupal.org situation that has been marked as mounted, however that is simply find out how to present Drupal Development Service present password to replace Drupal Development Service e mail handle.
As an alternative, I want to use Drupal Development Service JWT or another means to simply replace Drupal Development Service e mail handle with out inputting Drupal Development Service password once more.