hramovalexey opened a new issue, #2631: URL: https://github.com/apache/apisix-dashboard/issues/2631
### Issue description In dashboard error.log I see messages like: 2022-09-26T11:22:10.187Z WARN store/store.go:154 data not found by key: 424533355921408701 2022-09-26T11:22:10.187Z WARN store/store.go:154 data not found by key: 424610085914804925 They appear every time when I open Route section in UI. Key is routes ID. Message appears on every created route. All routes work fine. If I open clean route then message appears anyway. I started clean APISIX + dashboard instances using docker compose file provided here https://github.com/apache/apisix-docker/tree/master/compose, created clean route and get the same error message. ### Expected behavior "data not found by key" message must not appear on routes that passed validation ### How to Reproduce 1) Deploy docker compose using commands: ``` export APISIX_DOCKER_TAG=2.15.0-centos export APISIX_DASHBOARD_TAG=2.13-centos docker-compose -f docker-compose-master.yaml -p docker-apisix up -d docker-compose -f dashboard-compose.yaml -p docker-apisix up -d ``` 2) Open error.log: ``` docker exec -it docker-apisix_dashboard_1 bash tail -n 10 -f logs/error.log ``` 3) In UI create clean route. 4) Reopen Route section after route deploy and see message at error.log `2022-09-29T07:16:49.252Z WARN store/store.go:154 data not found by key: 427661642814194368` ### Screenshots _No response_ ### Environment - apisix version (cmd: `apisix version`): 2.15.0 - OS (cmd: `uname -a`): Linux LAPTOP-189UUVIH 5.10.102.1-microsoft-standard-WSL2 #1 SMP Wed Mar 2 00:30:59 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux - OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`): - etcd version, if have (cmd: run `etcd --version`): {"etcdserver":"3.4.9","etcdcluster":"3.4.0"} - apisix-dashboard version, if have: 2.13 - Browser version, if have: Firefox 105.0.1 ### 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]
