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
Our server hosts several applications, so I'm hosting locust service under the <hostname>/locust URL. Locust looks good at first, but the /tasks request are all failing at the background with a 404 response.
Expected behavior
Page loads without error. Backend calls respects the base path.
Actual behavior
/tasks requests are going to wrong path. Requests are sent to <hostname>/tasks, but they should go to <hostname>/locust/tasks. If I manually navigate to <hostname>/locust/tasks, then it works fine, but locust frontend sends the requests to wrong path.
Steps to reproduce
Environment
OS: Docker
Python version:
Locust version: 2.8.5
Locust command line that you ran:
Locust file contents (anonymized if necessary):
The text was updated successfully, but these errors were encountered:
Describe the bug
Our server hosts several applications, so I'm hosting locust service under the
<hostname>/locust
URL. Locust looks good at first, but the/tasks
request are all failing at the background with a 404 response.Expected behavior
Page loads without error. Backend calls respects the base path.
Actual behavior
/tasks
requests are going to wrong path. Requests are sent to<hostname>/tasks
, but they should go to<hostname>/locust/tasks
. If I manually navigate to<hostname>/locust/tasks
, then it works fine, but locust frontend sends the requests to wrong path.Steps to reproduce
Environment
The text was updated successfully, but these errors were encountered: