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
Hi there, this JS client seems to hang if there are "text": "" spans in the response from Sanity API. The HTTP endpoint returns the below JSON fine, but the JS client with the same query will hang indefinitely (even if I set a timeout).
It seems like something in the client's processing of responses is hanging forever in some circumstances.
If I change the content in the manager, then the client will start working again.
It often seems worse if it's blank lines under an H1 tag? But I've seen it happen in a few different circumstances. Currently it makes the client pretty much unuseable for me.
Hi there, this JS client seems to hang if there are
"text": ""
spans in the response from Sanity API. The HTTP endpoint returns the below JSON fine, but the JS client with the same query will hang indefinitely (even if I set a timeout).It seems like something in the client's processing of responses is hanging forever in some circumstances.
If I change the content in the manager, then the client will start working again.
It often seems worse if it's blank lines under an H1 tag? But I've seen it happen in a few different circumstances. Currently it makes the client pretty much unuseable for me.
Response from HTTP API:
The text was updated successfully, but these errors were encountered: