I wanted to raise this formally although I've been discussing it in #hyperdrive , as I'm not sure where in the CF stack the issue lies.
Basically a single query in my app, among hundreds, sometimes returns rows and sometimes returns this:
{
command: null,
rowCount: null,
oid: null,
rows: Array(0),
fields: Array(0)
...
}
All other queries work fine, as I say. So I'm sat here refreshing and endpoint and sometimes seeing data and sometimes not (with no code changes).
This is happening while running my app locally (with --remote) so HD is being used. So I assume this is a HD issue, though perhaps it's at a Workers/Wrangler level for all I know. I could disable HD caching, but then that presumably defeats the point of HD?
Any help is greatly appreciated as this is blocking me at the mo! Thanks in advance.