fix: access to the apisix dashboard in dev returns 404#12376
Merged
Conversation
bzp2010
requested review from
Revolyssup,
SkyeYoung,
guoqqqi,
juzhiyuan,
membphis and
nic-6443
June 24, 2025 10:12
bzp2010
marked this pull request as ready for review
June 24, 2025 10:12
AlinsRan
approved these changes
Jun 24, 2025
nic-6443
approved these changes
Jun 24, 2025
juzhiyuan
approved these changes
Jun 24, 2025
Contributor
Author
Contributor
|
@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 {
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 Before doing this, i enabled the dashboard in config.yaml: 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. |
Contributor
|
Hi @ikatlinsky, just remove |
Contributor
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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
COPY ui/* ui/in Dockerfile destroys the structure of ui build products.APISIX_DASHBOARD_COMMITis not specified, so problems may be encountered when clone code.Fixes issue introduced by #12369
Checklist