Posted 1 July 2021, 5:29 pm EST
Hi,
I have the jsViewer working on my local development machine. It successfully loads the report. But when I deploy it to our test environment, I’m getting a ‘Report Not Found’ error. It looks like the test site is giving a 404 error that is pointing to the wrong api location to get the report info. It is pointing to http://qa-machine/api/reporting/reports/{report-name}/info, but it should be pointing to http://qa-machine/[b]{site-name}[/b]/api/reporting/reports/{report-name}/info. If I manually call the latter url in my browser it successfully returns a result. Is there a configuration step I missed? This works fine on my local development machine, it just became an issue when I deployed to another test machine.
Thanks!
Richard