Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reports download links do not contain web-base-path #2998

Closed
2 tasks done
sergii-volokh opened this issue Nov 28, 2024 · 1 comment · Fixed by #2999
Closed
2 tasks done

Reports download links do not contain web-base-path #2998

sergii-volokh opened this issue Nov 28, 2024 · 1 comment · Fixed by #2999
Labels

Comments

@sergii-volokh
Copy link

Prerequisites

Description

Reports download links do not contain value of the argument web-base-path.
Those ones lead to http 404 error.
image

Command line

locust -f locustfile.py --master --web-base-path /locust/myLoadNS

Locustfile contents

# coding: utf8
from locust import User, TaskSet, task
class MyTaskSet(TaskSet):
    @task(20)
    def hello(self):
        pass
class Dummy(User):
    tasks = [MyTaskSet]

Python version

3.12.3

Locust version

2.32.3

Operating system

Win11

@cyberw
Copy link
Collaborator

cyberw commented Nov 28, 2024

@andrewbaldwin44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants