qingfengfenga opened a new issue, #2967:
URL: https://github.com/apache/apisix-dashboard/issues/2967
### Issue description
When Apisix Dashboard connects to APISIX Ingress Controller installed
without ETCD, data can be queried, but modifications cannot be submitted
```
{"level":"warn","ts":"2024-09-28T09:19:24.714Z","logger":"etcd-client","caller":"[email protected]/retry_interceptor.go:62","msg":"retrying
of unary invoker
failed","target":"etcd-endpoints://0xc00002e380/ingress-apisix-gateway-etcd:2379","attempt":0,"error":"rpc
error: code = DeadlineExceeded desc = latest balancer error: last connection
error: connection error: desc = \"transport: Error while dialing dial tcp:
address ://ingress-apisix-gateway-etcd:2379: too many colons in address\""}
2024-09-28T09:19:24.714Z ERROR cmd/root.go:107 etcd connection loss
detected, times: 161
```
### Expected behavior
Submit modified data normally
### How to Reproduce
When Apisix Dashboard connects to APISIX Ingress Controller installed
without ETCD, data can be queried, but modifications cannot be submitted
### Screenshots
_No response_
### Environment
- apisix version (cmd: `apisix version`):
apisix-dashboard:3.0.0-alpine
apisix-ingress-controller:1.7.0
apisix:3.2.2-centos
- 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]