DB sometimes returns rows, sometimes returns nothing
I wanted to raise this formally although I've been discussing it in #hyperdrive-beta , 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:
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
Any help is greatly appreciated as this is blocking me at the mo! Thanks in advance.
Basically a single query in my app, among hundreds, sometimes returns rows and sometimes returns this:
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.