apisix-dashboard icon indicating copy to clipboard operation
apisix-dashboard copied to clipboard

Dashboard for Apache APISIX

Results 256 apisix-dashboard issues
Sort by recently updated
recently updated
newest added

### Issue description 1. Can not get plugin list when visit: https://xxx.com/plugin/list ### Expected behavior 1. list all enabled plugins ### How to Reproduce 1. click `Plugin` in apisix dashboard...

bug

### Issue Resolves [#1407](https://github.com/apache/apisix-dashboard/issues/1407) ### Summary This merge request addresses the internationalization (i18n) enhancement request to add French language support to APISIX Dashboard. ### Changes Made 1. **Global Locales:** Added...

### Issue description Hi Apisix Team, I am trying to config the ingress of dashboard service as following, however I found that accessing the dashboard page failed with an error....

bug

### Issue description ![image](https://github.com/apache/apisix-dashboard/assets/5869520/97b0b7f8-acad-483a-b7e2-54082618fdb7) 当etcd watch失败,goroutine退出时,会在defer func中将当前GenericStore加入到storeNeedReInit中 ![image](https://github.com/apache/apisix-dashboard/assets/5869520/6a682a4e-c51e-49bc-ae1c-45d311e104fa) 每两分钟会调用一次ReInit,重新将storeNeedReInit slice中的GenericStore初始化,又回调回到上面出问题的代码,再次加入storeNeedReInit storeNeedReInit并没有清理的地方,会一直增大 ### Expected behavior 就算etcd异常,manager-api进程内存使用也不能持续增长 ### How to Reproduce 1.将etcd打断点断住,模拟etcd返回超时 2.反复在dashboard中进行操作 3.放开etcd断点 4.manager-api进程内存使用持续增长 ### Screenshots _No response_ ### Environment -...

bug

### Issue description It's not possible to setup consumer-restriction plugin with consumer_group_id type in Dashbaord. In [API documentation](https://apisix.apache.org/docs/apisix/plugins/consumer-restriction/ ) it's in allowed values of type param and it works as...

bug

I read in this PR, that apisix-dashboard is not maintained anymore. https://github.com/apache/apisix-docker/pull/516 Is that true? I really like the dashboard.

# Feature request: Dashboard Working With Apisix in Standalone Mode ## Please describe your feature As a developer, I want to use APISIX in standalone mode with a working dashboard...

discuss

### Issue description 镜像版本:apache/apisix-dashboard:3.0.0-alpine 因单节点测试集群,起了单节点etcd,dashboard连接异常报错 连接192.168.159.128:12379,报0.0.0.0:12379 connection refused ![image](https://github.com/apache/apisix-dashboard/assets/41617636/42afb7fb-ceff-492a-8cfd-675bbf224c62) 测试容器到etcd的访问是正常的,如下图: ![image](https://github.com/apache/apisix-dashboard/assets/41617636/b45520da-73c9-434d-a4b7-965e1f7a2ed0) ### Expected behavior 正常使用dashboard,无相关异常日志 ### How to Reproduce helm安装,修改configmap configmap ```yaml apiVersion: v1 data: conf.yaml: |- conf: listen: host:...

bug

### Issue description 启用chaitin-waf插件后对路由进行数据编辑配置chaitin-waf配置信息会报:schema validate failed: schema not found, path: plugins.chaitin-waf ### Expected behavior 支持配置chaitin-waf插件 ### How to Reproduce 数据编辑器配置waf插件: "plugins": { "chaitin-waf": { "append_waf_debug_header": false, "append_waf_resp_header": true } },...

bug

### Issue description panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0xca1613] goroutine 1 [running]: github.com/apisix/manager-api/internal/core/storage.InitETCDClient(0xc0005aba30?) /usr/local/apisix-dashboard/api/internal/core/storage/etcd.go:59 +0x53 github.com/apisix/manager-api/internal/core/server.(*server).setupStore(0x60?) /usr/local/apisix-dashboard/api/internal/core/server/store.go:27 +0x25 github.com/apisix/manager-api/internal/core/server.(*server).init(0x17c2801?)...

bug