searchbox does not work within project report tab
Hello,
I have a project report tab configured in this way: main file is index.html
there are documents that can be opened from the main page, but the links do not work. Nor the searchbox on the main page.
When I download my artifacts (zipped), let's ssay I have this hierarchy:
folder1/folder2/index.html
and I try to do a search on the report tab in TeamCity it does not work (all html pages are in folder1/folder2/ )
but when I download the whole artifacts (folder1) and do this using my webbrowser, searchbox and links work perfectly fine.
What is the difference between actions offline and in TeamCity? I thought it is the same because TeamCity uses index.html in given folder ...
Would be great to hear back from you,
K.
Please sign in to leave a comment.
Hi Kat,
it's hard to answer without knowing exactly how that search box is implemented, but while teamcity loads the index.html from the folder where you have it posted, it's not "run" on it, it's run on the page where it's being loaded, so if the references to folders are relative to it, that might be what is causing the issue.