Url to stats/trigger/remove not right in dashboard

Hi,
I have deployed hangfire in a kubernets cluster and is currently facing an issue with the dashboard.
The dashboard is looking fine but when I look in the browser console I’m seeing a lot of 404 for
http://localhost:8001/stats
I also have issues with triggering a job or deleting a job giving me 404 for
http://localhost:8001/recurring/trigger
http://localhost:8001/recurring/remove

Since the dashboard is located at this url
http://localhost:8001/api/v1/proxy/namespaces/default/services/job-service:80/
I think the trigger and remove should be
http://localhost:8001/api/v1/proxy/namespaces/default/services/job-service:80/trigger
http://localhost:8001/api/v1/proxy/namespaces/default/services/job-service:80/remove
instead of the above urls causing 404.

Is there a setting controlling this or why isn’t working as expected?