Thanks for sharing the post with the workaround! How are you clearing the application cache, is it through the Data Administration app? Are there any errors in the Catalina out log?
If you test this issue in your browser’s Guest mode, does it still happen?
One idea that I have in mind theorizing why this could happen is that maybe clearing the cache is creating enough space for the request and then reloading the request there’s not enough memory space, so maybe check all the cache configurations in your system settings?
I am facing the same error using the same endpoint that @kstankevitz is using.
My error arises when I change the dimension=ou<UID> to a country’s UID where there are many records.
However, whenever I change the ou to the UID of a health center, I get the data.
@mauricejm thanks for sharing! So maybe the issue is when there are too many records? Could you add paging or pageSize to that request and see if the issue is resolved?