You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default Rust build uses serde_json::from_str for all responses, calls which decode to a String (i.e. here) will fail because they are not valid JSON.