Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Viz dashboard main script 404 #8718

Closed
marcusthelin opened this issue Jun 21, 2022 · 2 comments
Closed

Viz dashboard main script 404 #8718

marcusthelin opened this issue Jun 21, 2022 · 2 comments
Labels
area/web bug priority/P2 Nice-to-have for Release
Milestone

Comments

@marcusthelin
Copy link

What is the issue?

When on the dashboard homepage, the main..js script is loaded from dist/main.98a8aa16917edbcb5993.js. But when I navigate to any other page and refresh the page, it tries to fetch the script from /namespaces/default/dist/main.98a8aa16917edbcb5993.js. It, in other words, add the /namespace/ path. This results in the request responding with a 404 and the page gets blank.

How can it be reproduced?

  1. Start viz dashboard
  2. Navigate to any other resource, e.g. a deployment.
  3. Refresh page.

Logs, error output, etc

/namespaces

CleanShot 2022-06-21 at 16 04 12

/namespaces/default
CleanShot 2022-06-21 at 16 04 49

output of linkerd check -o short

Linkerd core checks
===================

linkerd-existence
-----------------
‼ cluster networks can be verified
    the following nodes do not expose a podCIDR:
	ip-10-0-1-153.eu-north-1.compute.internal
	ip-10-0-2-128.eu-north-1.compute.internal
	ip-10-0-2-143.eu-north-1.compute.internal
	ip-10-0-2-160.eu-north-1.compute.internal
	ip-10-0-2-36.eu-north-1.compute.internal
	ip-10-0-3-152.eu-north-1.compute.internal
	ip-10-0-3-86.eu-north-1.compute.internal
    see https://linkerd.io/2.11/checks/#l5d-cluster-networks-verified for hints

Status check results are √

Environment

  • Kuberentes version: 1.21
  • Environment: AWS EKS

Possible solution

No response

Additional context

No response

Would you like to work on fixing this bug?

maybe

@adleong
Copy link
Member

adleong commented Jun 22, 2022

Hi @marcusthelin, can you confirm what version of Linkerd this occurs on?

@adleong adleong added this to the stable-2.12.0 milestone Jun 22, 2022
@adleong adleong added the priority/P2 Nice-to-have for Release label Jun 30, 2022
@alpeb
Copy link
Member

alpeb commented Jul 1, 2022

@marcusthelin I couldn't reproduce the issue in the latest stables 2.11.1 and 2.11.2. This looks like a browser issue, although nobody else has reported this. Chrome 102 had some issues, although probably unrelated. Can you give it a try with a newer browser?

@adleong adleong closed this as completed Aug 4, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/web bug priority/P2 Nice-to-have for Release
Projects
None yet
Development

No branches or pull requests

3 participants