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 haven't opened this project in a while. After coming back, I selected the yesterday filter and the page crashed. Looking at the network tab, I noticed the following request with a 422 response.
Input was invalid: sql parser error: Expected an expression:, found: )
I logged the query for this page and this is what I saw
SELECT blob3,
double1 as isVisitor,
SUM(_sample_interval) as count
FROM metricsDataset
WHEREtimestamp>= toDateTime('2024-12-12 06:00:00') ANDtimestamp< toDateTime('2024-12-13 06:00:00')
AND blob3 IN ()
AND double1 =0AND blob8 ='counterscale-dev'GROUP BY blob3, double1
ORDER BY count DESCLIMIT10
There is an empty array inside the where statement
AND blob3 IN ()
This happens when there are no keys in the array
The text was updated successfully, but these errors were encountered:
I haven't opened this project in a while. After coming back, I selected the yesterday filter and the page crashed. Looking at the network tab, I noticed the following request with a 422 response.
URL
https://api.cloudflare.com/client/v4/accounts/[CF_ACCOUNT_ID]/analytics_engine/sql
Response
I logged the query for this page and this is what I saw
There is an empty array inside the where statement
This happens when there are no keys in the array
The text was updated successfully, but these errors were encountered: