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

### Current Behavior Body transformer plugin is not available in APISIX dashboard. APISIX dashboard version is 3.0 ![image](https://github.com/apache/apisix/assets/45876382/a07b4581-c177-4bfb-8793-886e04ba964c) **Below are the plugins in the config.yaml** plugins: - api-breaker - authz-casbin...

bug
wait for update

### Description I used helm to deploy the apisix 3.5, the apisix-dashboard is the 3.0 version, but the dashboard plugin market page prompts 404, is there something wrong with my...

help wanted

### Description I'm currently testing Apache APISIX, but I'm stuck to import a swagger file containing the internal APIs. The swagger file is 3.5 MB, and when I try to...

help wanted

### Issue description When running a trivy scan on `apisix-dashboard` `v3.0.1`, it reported several CVEs on the depedencies. Is it possible to update those dependencies ? ``` apisix-dashboard-3.0.1$ trivy filesystem...

bug

### Issue description 无法访问创建路由和插件的路由,页面一直处于加载状态. 以下是错误信息 ![image](https://user-images.githubusercontent.com/94620400/227833359-8604fe28-cbde-4ff3-b040-d3a355a84436.png) ### Expected behavior 正确进入路由 ### How to Reproduce ### Screenshots _No response_ ### Environment - apisix version `2.15.0`: - OS `Linux 3.10.0-1160.88.1.el7.x86_64 `: -...

bug
checking

### Issue description Console error ``` umi.7de77dbe.js:1 TypeError: Cannot read properties of null (reading 'find') at cj (p__Plugin__List.86b10e9e.async.js:1:3479849) at pa (umi.7de77dbe.js:1:1522498) at Dl (umi.7de77dbe.js:1:1569170) at Uc (umi.7de77dbe.js:1:1561859) at Dc (umi.7de77dbe.js:1:1561784)...

bug

### Issue description 无论route是否配置插件,都走的global limit-count配置。route单独配置的根本不起作用 ### Expected behavior 这种基本现象都没法满足 ``` 当同一个插件在全局规则中和局部规则(例如路由)中同时配置时,两个插件将顺序执行。 然而,如果相同的插件在多个对象上本地配置,例如在[Route](https://apisix.apache.org/zh/docs/apisix/terminology/route/), [Service](https://apisix.apache.org/zh/docs/apisix/terminology/service/), [Consumer](https://apisix.apache.org/zh/docs/apisix/terminology/consumer/) 或[Plugin Config](https://apisix.apache.org/zh/docs/apisix/terminology/plugin-config/) 上,每个非全局插件只会执行一次,因为在执行期间,针对特定的优先顺序,这些对象中配置的插件会被合并: Consumer > Consumer Group > Route > Plugin Config > Service 因此,如果相同的插件在不同的对象中具有不同的配置,则合并期间具有最高优先顺序的插件配置将被使用。 ```...

bug

1、apisix-dashboard3.0.1 点击【插件】时白屏,前端地址:https://xxx.xxx.com/plugin/list 2、apisix: 2.1、apisix接口返回null: https://xx.xx.com/apisix/admin/plugins?all=true 这个接口返回的data是null。 {"code":0,"message":"","data":null,"request_id":"90751c6df7446f7743475513e6805b71"} 2.2、通过以下命令可以正常获取到数据。 curl "http://127.0.0.1:9180/apisix/admin/plugins?all=true" \ -H 'X-API-KEY: XXX' 注:apisix-dashboard2.15.0及以下版本正常。

bug

![image](https://github.com/apache/apisix-dashboard/assets/27884192/9031e35d-55a8-4bf7-8e11-767dfd80f523) 我配置了0.0.0.0/24地址允许所有访问,但是本机依然访问不了,我用官方文档的配置9180路由也不行。 平台:centos7.9 version:3.0.0 启动方式:systemctl 部署环境:云上,通过端口映射9000IP至公网。