ikatlinsky commented on PR #12376: URL: https://github.com/apache/apisix/pull/12376#issuecomment-3022580720
@bzp2010 @AlinsRan Hi! I am trying to check how the new dashboard is working on apisix 3.13. However, i am not able to access it. I tried to access apisix/admin/ui and have the following error ```json { error_msg: "failed to check token", description: "missing apikey" } ``` I tried the same request, but with the admin token supplied, I got the following error ```jdon { "error_msg": "Unsupported resource type: ui" } ``` Before doing this, i enabled the dashboard in config.yaml: ``` enable_admin_ui: true ``` What may be the problem? It would also be nice to have documentation that explains how the new dashboard should be accessed and used. Thanks. -- 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