-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
Status: Work In ProgessThis issue/PR is actively being worked onThis issue/PR is actively being worked on
Description
Where are you using the app?
Self-Hosted (OSS) with Docker
App Version
0.0.24
Browser
Firefox
Operating System
Windows 10
Steps to Reproduce
- Use self hosted docker way with mapped domain
- Run Maxun frontend on a different PC than the docker resides
- Record any webpage screenshot -> Robot / Run
- Display output data of the run
- Expand / download screnshot
Expected Behavior
Screenshot(s) should be displayed
Actual Behavior
Screenshots are not displayed.
When checking URL of the screenshots, it is pointing to http://localhost:9000/maxun-run-screenshots/... Such URL on frontend cannot works in case the Minio is hosted on other machine (together with other docker runtimes).
When I access Maxun fronend on the machine where docker runs, screenshots are displayed correctly.
Relevant Logs or Screenshots
Additional Context
I tried a possible way. When the screenshot link would be like this: https://maxun.my.domain/maxun-run-screenshots/... , and following nginx configuration added
location ~ ^/(maxun-run-screenshots)(/|$) {
proxy_pass http://localhost:9000;
...
...
it works.
Metadata
Metadata
Assignees
Labels
Status: Work In ProgessThis issue/PR is actively being worked onThis issue/PR is actively being worked on