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
I noticed some errors in Staging. In case the cause of these was not apparent in the API responses, I took a look under the hood and it seems like the RWD generated output isn't being serialized to JSON. This is a sample output from RWD:
I noticed some errors in Staging. In case the cause of these was not apparent in the API responses, I took a look under the hood and it seems like the RWD generated output isn't being serialized to JSON. This is a sample output from RWD:
The
"RR": NaN
is the problem, sinceNaN
s are not allowed in JSON.Make it so that
NaN
s are quoted in the output, to tolerate that break and send the rest to the user.The text was updated successfully, but these errors were encountered: