For some reason the API Query in my app stopped working randomly. The JS that Executes the API call gets stuck in an endless loop as the API call doesn't seem to trigger. The interesting thing is that it was working fine couple of days ago and today, when using the app it doesn't load up.
When investigating i noticed that in the REST API query the dateRange.value.start/end values show an empty value when hovering over them, although there is data present in the app.
when hovering over the dateRange1.value section, i can see the values present:
wrote a simple js query, and it returns the values correctly.