Reports not filtering correctly when clicking on column

Hi,

I have a report that does not seem to filter correctly when I click through.  If I click on any of the dates the results coming back are always 0 'No data available'

Here is the curl request of the query going now when I click on a date column

curl -k 'https://<SITENAMEHERE>/rest/v11_5/Reports/5511d52a-9973-11ea-90c6-fa163e5bba8a/records?erased_fields=true&fields=sales_stage%2Ccommit_stage%2Cbase_rate%2Ccurrency_id%2Camount%2Cbest_case%2Cworst_case%2Cmktoisu_id%2Cmktohyu_id%2Cfollowing%2Cmy_favorite&max_num=20&view=list&group_filters%5B0%5D%5BOpportunities%3Aaccounts%3Aevent_rsvp_date_c%5D%5B%5D=12%2F06%2F2020&use_saved_filters=true' \

Results returned are 0
{"next_offset":-1,"records":[]}

Does anyone have any ideas on how I can debug this?

Thanks