RodrigoMorteo commented on issue #3122: URL: https://github.com/apache/apisix-dashboard/issues/3122#issuecomment-2975002274
Just as a follow-up, The sample config file from the docker image has the whole plugin section missing. Adding the follwing to the bottom of the apisix_dashboard_config.yml file (according to the configuration in the zip file) will solve the issue. ```yaml #... all the other config already in the apisix-dashboard-config.yml file plugins: - api-breaker - authz-casbin - authz-casdoor - authz-keycloak - aws-lambda - azure-functions - basic-auth # - batch-requests - clickhouse-logger - client-control - consumer-restriction - cors - csrf - datadog # - dubbo-proxy - echo - error-log-logger # - example-plugin - ext-plugin-post-req - ext-plugin-post-resp - ext-plugin-pre-req - fault-injection - file-logger - forward-auth - google-cloud-logging - grpc-transcode - grpc-web - gzip - hmac-auth - http-logger - ip-restriction - jwt-auth - kafka-logger - kafka-proxy - key-auth - ldap-auth - limit-conn - limit-count - limit-req - loggly # - log-rotate - mocking # - node-status - opa - openid-connect - opentelemetry - openwhisk - prometheus - proxy-cache - proxy-control - proxy-mirror - proxy-rewrite - public-api - real-ip - redirect - referer-restriction - request-id - request-validation - response-rewrite - rocketmq-logger - server-info - serverless-post-function - serverless-pre-function - skywalking - skywalking-logger - sls-logger - splunk-hec-logging - syslog - tcp-logger - traffic-split - ua-restriction - udp-logger - uri-blocker - wolf-rbac - zipkin - elasticsearch-logge - openfunction - tencent-cloud-cls - ai - cas-auth ``` I'm not sure if the plugins will actually work as per [SkyeYoung](https://github.com/SkyeYoung) [linked issue](https://github.com/apache/apisix-dashboard/issues/3122#issuecomment-2974950861) comment, but at least you won't get the blank page any more. **Note** that you must add the global rule as well (as described in the original issue). -- 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: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org