Open danielmlc opened 11 months ago
Regardless of the method, all write requests are timing out.
I'm experiencing your problem too, and checking the logs revealed that etcd is not connecting: connection error: desc = \"transport: Error while dialing dial tcp 0.0.0.0:2379: connect: connection refused\". So please check that your etcd service is connected. i am using docker deployment, apisix version is: apache/apisix:3.7.0-debian; dashboard version is: apache/apisix-dashboard:3.0.1-alpine.
i find the same error,i do sth,then solve the problem
step one, run the container with --network
docker run -d --name dashboard --network docker-apisix_apisix -p 9000:9000 -v /Users/husan/apisix/example/apisix_databoard_conf/conf.yaml:/usr/local/apisix-dashboard/conf/conf.yaml apache/apisix-dashboard
step two, edit apisix_databoard_conf/conf.yaml. about "etcd endpoints" ` etcd: endpoints:
setp three, edit apisix_databoard_conf/conf.yaml again. about 'allow_list', annotate it or allow you host ip
finally, you input http://127.0.0.1/9000 in your chrome, admin:admin is the default password, enjoy it
Issue description
In the apisix-dashboard, all page data queries are successful, but all write operations time out. The deployment is done using Docker. The apisix version is 3.7, and the dashboard version is 3.0.1
Expected behavior
In the apisix-dashboard, all page data queries are successful, but all write operations time out. The deployment is done using Docker. The apisix version is 3.7, and the dashboard version is 3.0.1
How to Reproduce
this is yaml config:
apisix
dashboard
Screenshots
No response
Environment
apisix version
):3.7uname -a
):ubantu22.04nginx -V
oropenresty -V
):etcd --version
):3..4.01Additional context
No response