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

# Feature request ## Please describe your feature Dashboard has integrated the redirect plugin into the first step of Route creation, refer to https://github.com/apache/apisix/pull/4298, it would be better to add...

good first issue
frontend

Please answer these questions before submitting a pull request, **or your PR will get closed**. **Why submit this pull request?** - [ ] Bugfix - [x] New feature provided -...

### Current Behavior 通过apisix-dashboard 页面导入证书(泛域名证书),会保找不到对应域名SNI, 将证书内容复制出来,通过 http://127.0.0.1:9180/apisix/admin/ssls/1 导入,可以正常使用. 同时发现版本下降到3.6.0 ,上述dashboard 页面操作没有发现该问题 ### Expected Behavior _No response_ ### Error Logs [error] 48#48: *737 [lua] init.lua:213: http_ssl_client_hello_phase(): failed to match any SSL...

Please answer these questions before submitting a pull request, **or your PR will get closed**. **Why submit this pull request?** - [ ] Bugfix [Error message "error:0308010C:digital envelope routines::unsupported"](https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported)

### Issue description It`s is understandable to take some memory,but why it nend so much cpu resource? ### Expected behavior it shoud take a little cpu just when used,but now...

bug

### Issue description I am following the [Rebuild Docker image](https://github.com/apache/apisix-dashboard/blob/master/docs/en/latest/deploy-with-docker.md) from docs to build the apisix dashboard image. I made sure I have the prerequisites installed: - docker - etcd...

bug

[fix bug] use nodejs 21 cannot start or build Please answer these questions before submitting a pull request, **or your PR will get closed**. **Why submit this pull request?** -...

### Issue description I'm using `3.0.0-alpine` tag of apisix-dashboard Docker image. I configure **oidc** with Google provider. Then: 1. When I enter dashboard link in browser, it redirects me to...

bug

### Issue description When using the apisix-dashboard plug-in orchestration mode to create routes, clicking the offline/publish button will report an error.:schema validate failed: script: Invalid type. Expected: string, given: object...

bug

### Current Behavior When we update the upstreams in the dashboard, this value becomes nil. local upstreams, _ = upstream.upstreams() ### Expected Behavior Since APISIX is real-time, upstreams should be...