You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I deployed allure-docker-service according to the documentation. I can able to access Allure Docker Service API (Swagger UI) from browser but I could not able to access the UI of https://xxx/allure-ui/allure-docker-service-ui/ although curl response is 200 as below.
I will be appreciate if you can help how can I access the UI of allure.
Here is the chrome console output when I try to access docker-service-ui
GET https://xxx/env-config.js net::ERR_ABORTED 404 (Not Found)
paths:
- path: /allure-api/?(.*)
backend:
serviceName: allure-service-load-balancer
servicePort: 6060
# Share your configuration if you have a better way to handle a static website
- path: /allure-ui/?(.*)
backend:
serviceName: allure-service-load-balancer
servicePort: 7070
- path: /?(.*)
backend:
serviceName: allure-service-load-balancer
servicePort: 7070
Yeah it works like that.. But my main host serving another services actually. I mean xxx.net ı ve zalenium hub running which I suppose I can manage allure using same host with sub-path.. Can it be alternative solution that no need to add path:/
Hi @fescobar ,
I deployed allure-docker-service according to the documentation. I can able to access Allure Docker Service API (Swagger UI) from browser but I could not able to access the UI of https://xxx/allure-ui/allure-docker-service-ui/ although curl response is 200 as below.
I will be appreciate if you can help how can I access the UI of allure.
Here is the chrome console output when I try to access docker-service-ui
GET https://xxx/env-config.js net::ERR_ABORTED 404 (Not Found)
Here is ingress configuration.
here are the pod logs
The text was updated successfully, but these errors were encountered: