Issue description
that when accessing immediately after apisix is started, it will return:
{"error_msg ": "404 Route Not Found"}
Is it because apisix did not pull the route data in etcd in time?
maybe the http service of apisix should be started after pulling etcd data.
Environment
- apisix version: [docker] apache/apisix:2.2-alpine
- OS: [docker] apache/apisix:2.2-alpine
- OpenResty / Nginx version: [docker] apache/apisix:2.2-alpine
- etcd enabled auto-tls.
- apisix disable etcd.tls.verify.
Issue description
that when accessing immediately after apisix is started, it will return:
{"error_msg ": "404 Route Not Found"}Is it because apisix did not pull the route data in etcd in time?
maybe the http service of apisix should be started after pulling etcd data.
Environment