No Infinity Data

Hi, I’ve been trying to create an alert rule by making an HTTP request using the Infinity plugin. For some reason, I am not seeing any data on the table, so I am not sure what’s going on. The endpoint I am using is publicly available to use. Did I do something wrong?

Just a quick note - but have you tried switching the parser to backend given I think that’s required for alerting?

Hi! Thanks for responding. I’ve tried changing the parser option to backend and the results are still the same.

As an update, we’ve done some troubleshooting and we discovered that data is coming back from some endpoints. In particular it looks like the data does not show up on the table if this is the response:

[
  {
    "reportTimestamp": "2024-07-03T19:56:00.000Z",
    "phenomenon": "Rain",
    "descriptor": null,
    "intensity": "Light"
  }
]

You could quickly see if you can reproduce this if you changed the Source to “Inline”.