#72 resultsdb_frontend: search is completely broken in production
Closed: Fixed Opened by kparal.

When I try to search for anything at https://taskotron.fedoraproject.org/resultsdb/results , it goes back to the same page, it does not add any search arguments to the URL. The search simply doesn't work at all.


This ticket had assigned some Differential requests:
D1106

Works on dev, so I guess it's just about updating prod?

prod:

[mkrizek@resultsdb01 ~][PROD]$ rpm -q resultsdb_frontend resultsdb python-resultsdb_api
resultsdb_frontend-1.2.0-1.fc24.noarch
resultsdb-2.0.2-1.fc24.noarch
python-resultsdb_api-1.3.0-1.fc24.noarch

dev:

[mkrizek@resultsdb-dev01 ~][PROD]$ rpm -q resultsdb_frontend resultsdb python-resultsdb_api
resultsdb_frontend-1.2.0-1.fc24.noarch
resultsdb-2.0.2-1.fc24.noarch
python-resultsdb_api-1.3.0-1.fc24.noarch

The problem was in http(s) mixed content - the cdn used for the typeahead was serverd over http, thus shutting down the whole search function.

The changes are in git. Assigning to kparal, so he can close it once packages are built (or assign to someone who'll be responsible for deploying the updated packages).

Are there issues, still, or are we waiting for the changes to be deployed on all the instances? Dev seems to be working reasonably well for me.

I submitted the new packages to stable. I assume we'll update it on prod tomorrow, and if nothing breaks, I'll close this.

@mkrizek deployed the new updates. Seems to be working. Closing.

Metadata