You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/12/13 13:16:18 UTC

[GitHub] [apisix-dashboard] membphis edited a comment on issue #1041: failed to load the route in etcd

membphis edited a comment on issue #1041:
URL: https://github.com/apache/apisix-dashboard/issues/1041#issuecomment-744006131


   I think that is a bug of Manager API. In the etcd, it is about 100 route, but only returned one route.
   
   ```
   http://ubuntu:9000/apisix/admin/routes?page=1&page_size=20
   
   {
   	"code": 0,
   	"message": "",
   	"data": {
   		"rows": [{
   			"id": null,
   			"create_time": 1607505576,
   			"update_time": 1607505576,
   			"uri": "/test_95",
   			"upstream": {
   				"nodes": [{
   					"host": "127.0.0.1",
   					"port": 7000,
   					"weight": 1
   				}],
   				"type": "roundrobin",
   				"hash_on": "vars",
   				"pass_host": "pass"
   			}
   		}],
   		"total_size": 1
   	},
   	"request_id": "b082cb4a-e8f2-4c41-b2aa-fc3e28a62a72"
   }


----------------------------------------------------------------
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:
users@infra.apache.org