GloryAndDream opened a new issue, #9745: URL: https://github.com/apache/apisix/issues/9745
### Description Issue 1: It is very strange that "plugin" page opened as blank, and it seems the page jumped to path /apisix/admin/global_rules/1 which is not default path in dashboard component?  Issue 2: add 1 SSL configuration doesn't work, still can't use https, don't know whether it is related to issue 1 <img width="878" alt="image" src="https://github.com/apache/apisix/assets/18462722/4014fc64-b26b-4937-a9cd-4388d1870804"> and below is install script , all versions are latest ``` helm install apisix \ --set gateway.type=LoadBalancer \ --set ingress-controller.enabled=true \ --set dashboard.enabled=true \ --set etcd.persistence.storageClass="alicloud-disk-essd" \ --set etcd.persistence.size="20Gi" \ --namespace ingress-apisix \ --set ingress-controller.config.apisix.serviceNamespace=ingress-apisix \ ./apisix ``` ### Environment - APISIX version (run `apisix version`): 3.3.0 - Operating system (run `uname -a`): - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`): 3.5.0 - APISIX Dashboard version, if relevant: 3.0.1 - Plugin runner version, for issues related to plugin runners: - LuaRocks version, for installation issues (run `luarocks --version`): -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
