apache / apisix-dashboard

Dashboard for Apache APISIX
https://apisix.apache.org/
Apache License 2.0
989 stars 523 forks source link

help request: Plugins are not populated (Blank Screen) in Dashboard UI after routes are created using CRDs #2927

Open nitcvivek opened 7 months ago

nitcvivek commented 7 months ago

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