• 0 Posts
  • 1 Comment
Joined 2Y ago
cake
Cake day: Jun 18, 2023

help-circle
rss

Yup, very likely that.

My crystal ball says that your client is trying to parse the response of a failed request as it was a successful one.

A successful request would return a valid JSON object, while a failed on would probably return an error message.

Report a bug with your client devs saying that they should check that request’s status code says it’s successful before trying to parse its response as JSON.