nitcvivek opened a new issue, #2927: URL: https://github.com/apache/apisix-dashboard/issues/2927
### Description We created the ApiRoute using CRD below which has plugin limit-count, Routes are created successfully and displayed on Dashboard UI as well, when click on configure and further click on Next button to go to the plugin page to edit. but Plugin page is disappeared. apiVersion: apisix.apache.org/v2 kind: ApisixRoute metadata: name: httpserver-route-1 spec: http: name: rule1 match: hosts: local.httpbin.org paths: /* backends: serviceName: httpbin servicePort: 80 plugins: name: limit-count enable: true config: rejected_code: 503 count: 2 time_window: 5 key: remote_addr ### Environment APISIX :3 -- 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]
