Giter VIP home page Giter VIP logo

Comments (8)

sudermanjr avatar sudermanjr commented on June 2, 2024

Stevie was able to reproduce this. We'll take a look

from goldilocks.

karimarous avatar karimarous commented on June 2, 2024

Hello, just curious to know when this bug will be fixed?

from goldilocks.

ericksoncl23 avatar ericksoncl23 commented on June 2, 2024

I'm having the same problem.
Doesn't work 404- https:///goldilocks
I get this page but all images and css is broken - https:///goldilocks/namespaces

The images do exist under /goldilocks/static/images/goldilocks.svg
However the dashboard page is only linking to /static/images/goldilocks.svg

from goldilocks.

karimarous avatar karimarous commented on June 2, 2024

Still facing the same issue. I'm using the latest helm version 8.0.1

from goldilocks.

BzSpi avatar BzSpi commented on June 2, 2024

Is there any previous version that works waiting for the fix ?

This is due to the trailing slash that is missing in base href but can't find where it's done.

edit: it works with image 4.9.0 with latest helm chart

from goldilocks.

julian-vp avatar julian-vp commented on June 2, 2024

As a workaround one can use custom Ingress with a similar configuration:

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  annotations:
    nginx.ingress.kubernetes.io/rewrite-target: /goldilocks/static/$1/$2
    nginx.ingress.kubernetes.io/use-regex: 'true'
  name: fairwinds-goldilocks-static
spec:
  rules:
    - host: your.host
      http:
        paths:
          - backend:
              service:
                name: fairwinds-goldilocks-dashboard
                port:
                  name: http
            path: /static/(css|images|js|webfonts)/(.*)$
            pathType: ImplementationSpecific
...

from goldilocks.

dlahn avatar dlahn commented on June 2, 2024

Confirmed this works in 4.9.0 image with latest helm chart. Are there any plans to fix this?

from goldilocks.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.