Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nitcvivek opened this issue Feb 23, 2024 · 0 comments

Comments

@nitcvivek
Copy link

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

@shreemaan-abhishek shreemaan-abhishek transferred this issue from apache/apisix Feb 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant