Error: "Backend error. Failed to deserialize backend response. Expected valid JSON. Error: invalid character 'R' looking for beginning of value"
My account is hitting rate‑limit when calling News API for batch news retrieval. The server returns plain‑text Rate limit exceeded instead of standard JSON payload, resulting in deserialization error: invalid character 'R' looking for beginning of value.
This issue does not happen when I log in with my colleague’s account and run the same batch news request. Can I know the reason and how can I resolve this?