waringid commented on issue #2164: URL: https://github.com/apache/apisix-dashboard/issues/2164#issuecomment-940547796
> Hi, @waringid. **Please refer to the first step here to set another port for the Admin API.** [**documents**](https://apisix.apache.org/docs/apisix/FAQ/#how-to-access-apache-apisix-dashboard-through-apache-apisix-proxy) > > Since the Manager API in the dashboard shares the same URL path with the Admin API, you actually call APISIX when accessing the dashboard page. In AdminAPI, which is controlled by the configuration file‘s `allow_admin` property, so you received the 403 error returned by APISIX. (your actual request did not reach the dashboard Manager API) 参照说明在 apisix 的配置文件中增加 `apisix: port_admin: 9180 ` 配置后解决。 -- 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]
