mkyc opened a new issue, #3257: URL: https://github.com/apache/apisix-dashboard/issues/3257
### Issue description apisix version: 3.14.1, image 3.14.1-ubuntu installed via helm with mostly default options [described here](https://apisix.apache.org/docs/ingress-controller/install/#install-apisix-and-apisix-ingress-controller-standalone-api-driven-mode). I can see service: ```yaml apiVersion: v1 kind: Service metadata: annotations: meta.helm.sh/release-name: apisix meta.helm.sh/release-namespace: apisix creationTimestamp: "2025-11-18T12:22:01Z" labels: app.kubernetes.io/instance: apisix app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: apisix app.kubernetes.io/service: apisix-admin app.kubernetes.io/version: 3.14.1 helm.sh/chart: apisix-2.12.2 name: apisix-admin namespace: apisix resourceVersion: "[edited]" uid: [edited] spec: clusterIP: [edited] clusterIPs: - [edited] externalTrafficPolicy: Cluster internalTrafficPolicy: Cluster ipFamilies: - IPv4 ipFamilyPolicy: SingleStack ports: - name: apisix-admin nodePort: 30735 port: 9180 protocol: TCP targetPort: 9180 selector: app.kubernetes.io/instance: apisix app.kubernetes.io/name: apisix sessionAffinity: None type: NodePort status: loadBalancer: {} ``` and I created port-froward to port `9180` and entered `http://localhost:9180/ui/` and then bunch of requests and I end up on `http://localhost:9180/ui/services?page=1&page_size=10` with error like on screen and I can see in inspector that this got 404: `http://localhost:9180/apisix/admin/services?page=1&page_size=10`. <img width="404" height="154" alt="Image" src="https://github.com/user-attachments/assets/0c4fc271-3977-45ae-9da7-43d30fb1982d" /> ### Expected behavior knowledge how to access it ### How to Reproduce described ### Screenshots _No response_ ### Environment - apisix version (cmd: `apisix version`): 3.14.1 - OS (cmd: `uname -a`): - OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`): - etcd version, if have (cmd: run `etcd --version`): - apisix-dashboard version, if have: - Browser version, if have: ### Additional context _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
