ui-icts / redcap-admin-dashboard

Provides a sortable table view of various reports on REDCap metadata
MIT License
2 stars 2 forks source link

Issue when creating a new report #20

Open pittpasc opened 9 months ago

pittpasc commented 9 months ago

Since version 4.1.1 the "Test Query" button freezes when pressed. image >> image

I've noticed there is an error in console related to an unsecured URL image

Thanks for your help

pittpasc commented 8 months ago

REDCap updated to version 13.7.22 and Admin Dashboard to 4.1.2 but issue still exists. Thanks for your help

thiagomdiniz commented 1 month ago

I had the same problem, and in my case it seems to be because we use REDCap behind a reverse proxy.

If you change this line of the AdminDash.php file, modifying the header to be checked (your reverse proxy must send this header) the "Test Query" button should work:

image