jinchizhou commented on issue #566:
URL:
https://github.com/apache/apisix-dashboard/issues/566#issuecomment-740128575
Hey @nic-chen ,
When setting up, I ran into the issue
```
make api-run
cd api/ && go run .
{"level":"warn","ts":"2020-12-07T11:15:29.958-0800","caller":"clientv3/retry_interceptor.go:62","msg":"retrying
of unary invoker
failed","target":"endpoint://client-b1e38523-73fc-4b26-a698-0f0d447376d4/127.0.0.1:2379","attempt":0,"error":"rpc
error: code = DeadlineExceeded desc = latest balancer error: all SubConns are
in TransientFailure, latest connection error: connection error: desc =
\"transport: Error while dialing dial tcp 127.0.0.1:2379: connect: connection
refused\""}
panic: etcd get failed: context deadline exceeded`
goroutine 1 [running]:
main.main()
/Users/jordanlee/Documents/jinchi/apisix-dashboard/api/main.go:53
+0x7c5
exit status 2
make: *** [api-run] Error 1
```
The
[doc](https://github.com/apache/apisix-dashboard/blob/master/docs/develop.md#manager-api)
says to change `api/conf/conf.yaml`. Is there anything I need to change?
Thanks!
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]