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'm not sure if this is a recent change by Apple but readAll stopped working for me. I'm getting an empty object {} for API calls that used to work.
Upon debugging, it seems like the isJson check is failing, what I ended up doing is locally patching the following line
Hey,
I'm not sure if this is a recent change by Apple but
readAll
stopped working for me. I'm getting an empty object{}
for API calls that used to work.Upon debugging, it seems like the
isJson
check is failing, what I ended up doing is locally patching the following lineto
and everything is working again.
ty for this library btw, really useful ;)
The text was updated successfully, but these errors were encountered: