Skip to content

help request: Apisix dashborad Plugin page blank & SSL config not working #2860

@GloryAndDream

Description

@GloryAndDream

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?
L~)_1VVD~(P24R600 T4Y0P

Issue 2:
add 1 SSL configuration doesn't work, still can't use https, don't know whether it is related to issue 1
image

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 -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):

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions