The full error object is again pasted in the message field.
Fix? Paste message field in the message field of returned error object instead of full error object.
I have to access the message property like this now: JSON.parse(responseCreate.message).message
The full error object is again pasted in the message field. Fix? Paste message field in the message field of returned error object instead of full error object.
I have to access the message property like this now:
JSON.parse(responseCreate.message).message