Re: [PR] fix: access to the apisix dashboard in dev returns 404 [apisix]
ikatlinsky commented on PR #12376: URL: https://github.com/apache/apisix/pull/12376#issuecomment-3022965534 > Hi @ikatlinsky, just remove `apisix/admin` prefix. thanks for your reply, that worked, i had to modify admin related ingress to make it work. can we expect updates to the helm chart to support new dashboard out of the box? -- 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]
Re: [PR] fix: access to the apisix dashboard in dev returns 404 [apisix]
Baoyuantop commented on PR #12376: URL: https://github.com/apache/apisix/pull/12376#issuecomment-3022819034 Hi @ikatlinsky, just remove `apisix/admin` prefix. -- 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]
Re: [PR] fix: access to the apisix dashboard in dev returns 404 [apisix]
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Re: [PR] fix: access to the apisix dashboard in dev returns 404 [apisix]
bzp2010 commented on PR #12376: URL: https://github.com/apache/apisix/pull/12376#issuecomment-3000254818 After local testing after the merge, the issue has been fixed and the version code precisely matches the specified commit id.  -- 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]
Re: [PR] fix: access to the apisix dashboard in dev returns 404 [apisix]
bzp2010 merged PR #12376: URL: https://github.com/apache/apisix/pull/12376 -- 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]
