Skip to content

UI shows empty content despite reports being generated - API returns HTTP redirects instead of HTTPS #278

Description

@realgm84-afk

We have Allure Docker Service deployed in redhat OpenShift with reports being generated successfully, but the UI shows empty content when selecting any project.

we can see the following -

Projects appear in UI dropdown
Reports exist on filesystem with proper structure (/app/allure-docker-api/static/projects/)
Direct access to report files works: curl -I https://.../index.html returns 200 OK
But API redirects use HTTP: curl -Ik https://.../reports/latest returns location: http://...
No errors in application logs
Environment:

Allure Docker Service: 2.27.0
Allure Docker Service UI: 7.0.3
Deployment: OpenShift with TLS termination
WSGI Server: Waitress
How to configure Allure Docker Service to generate HTTPS URLs when behind a reverse proxy?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions