We have tfs Report with url: "http://../Reports/Pages/Folder.aspx?ItemPath=%2fTfsReports"
When browsed the reports through the above URL, for example /Builds/Build+Success+Over+Time, the redirected url is as below
http://../Reports/Pages/Report.aspx?ItemPath=%2fTfsReports%2fTOICollection%2fNPS%2fBuilds%2fBuild+Success+Over+Time
Here, in Related Reports div links Build+Summary if clicked redirects to the links
http://..:8080/Reports/Pages/Report.aspx?ItemPath=%2fTfsReports%2fTOICollection%2fNPS%2fBuilds%2fBuild+Summary
instead of http://../Reports/Pages/Report.aspx?ItemPath=%2fTfsReports%2fTOICollection%2fNPS%2fBuilds%2fBuild+Summary
The above results to Problem Loading page(The connection has timed out) error.
The same action when performed with intranet does not show error but shows the reports correctly.