-
Notifications
You must be signed in to change notification settings - Fork 588
Closed
Description
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

and below is install script , all versions are latest, installed on Alicloud kubernetes
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 -Vornginx -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):
Metadata
Metadata
Assignees
Labels
No labels