Hello, Does anyone has any insight to this UI erro...
# ask-the-community
f
Hello, Does anyone has any insight to this UI error? We deploy flyte to EKS through helm charts. And I access UI through k8s port-forwarding
y
usually this is because there’s a version mismatch between one of the components.
which helm chart are you using?
can you confirm all the versions and paste them here?
f
Hi @Yee, Chart.yaml:
Copy code
apiVersion: v2
description: A Helm chart for Flyte core
name: flyte-core
type: application
version: 2.0.0
appVersion: "v1.3.0-b5"
In values.yaml, there are many of these under each component.
Copy code
apiVersion: v1
y
can you check the image versions attached to each pod?
f
Copy code
flyteadmin:
  enabled: true
  # -- Replicas count for Flyteadmin deployment
  replicaCount: 2
  image:
    # -- Docker image for Flyteadmin deployment
    repository: <http://cr.flyte.org/flyteorg/flyteadmin-release|cr.flyte.org/flyteorg/flyteadmin-release> # FLYTEADMIN_IMAGE
    tag: v1.3.0-b5 # FLYTEADMIN_TAG
y
and they all match?
can you do a kubectl -n flyte get pod -o yaml | grep image
f
all the same tag for flytescheduler, datacatalog, flytepropeller, flyteconsole, flytecopilot.
Copy code
kubectl -n flyte get pod -o yaml | grep image
      image: <http://cr.flyte.org/flyteorg/datacatalog-release:v1.3.0-b5|cr.flyte.org/flyteorg/datacatalog-release:v1.3.0-b5>
      imagePullPolicy: IfNotPresent
    imagePullSecrets:
      image: <http://cr.flyte.org/flyteorg/datacatalog-release:v1.3.0-b5|cr.flyte.org/flyteorg/datacatalog-release:v1.3.0-b5>
      imagePullPolicy: IfNotPresent
      image: <http://cr.flyte.org/flyteorg/datacatalog-release:v1.3.0-b5|cr.flyte.org/flyteorg/datacatalog-release:v1.3.0-b5>
      imageID: <http://cr.flyte.org/flyteorg/datacatalog-release@sha256:f3ec6fb4f9920354d2842a15607012a122b78a658265b0fad71aa8ce166c7824|cr.flyte.org/flyteorg/datacatalog-release@sha256:f3ec6fb4f9920354d2842a15607012a122b78a658265b0fad71aa8ce166c7824>
      image: <http://cr.flyte.org/flyteorg/datacatalog-release:v1.3.0-b5|cr.flyte.org/flyteorg/datacatalog-release:v1.3.0-b5>
      imageID: <http://cr.flyte.org/flyteorg/datacatalog-release@sha256:f3ec6fb4f9920354d2842a15607012a122b78a658265b0fad71aa8ce166c7824|cr.flyte.org/flyteorg/datacatalog-release@sha256:f3ec6fb4f9920354d2842a15607012a122b78a658265b0fad71aa8ce166c7824>
      image: <http://cr.flyte.org/flyteorg/datacatalog-release:v1.3.0-b5|cr.flyte.org/flyteorg/datacatalog-release:v1.3.0-b5>
      imagePullPolicy: IfNotPresent
    imagePullSecrets:
      image: <http://cr.flyte.org/flyteorg/datacatalog-release:v1.3.0-b5|cr.flyte.org/flyteorg/datacatalog-release:v1.3.0-b5>
      imagePullPolicy: IfNotPresent
      image: <http://cr.flyte.org/flyteorg/datacatalog-release:v1.3.0-b5|cr.flyte.org/flyteorg/datacatalog-release:v1.3.0-b5>
      imageID: <http://cr.flyte.org/flyteorg/datacatalog-release@sha256:f3ec6fb4f9920354d2842a15607012a122b78a658265b0fad71aa8ce166c7824|cr.flyte.org/flyteorg/datacatalog-release@sha256:f3ec6fb4f9920354d2842a15607012a122b78a658265b0fad71aa8ce166c7824>
      image: <http://cr.flyte.org/flyteorg/datacatalog-release:v1.3.0-b5|cr.flyte.org/flyteorg/datacatalog-release:v1.3.0-b5>
      imageID: <http://cr.flyte.org/flyteorg/datacatalog-release@sha256:f3ec6fb4f9920354d2842a15607012a122b78a658265b0fad71aa8ce166c7824|cr.flyte.org/flyteorg/datacatalog-release@sha256:f3ec6fb4f9920354d2842a15607012a122b78a658265b0fad71aa8ce166c7824>
      image: <http://cr.flyte.org/flyteorg/flytepropeller-release:v1.3.0-b5|cr.flyte.org/flyteorg/flytepropeller-release:v1.3.0-b5>
      imagePullPolicy: IfNotPresent
      image: <http://cr.flyte.org/flyteorg/flytepropeller-release:v1.3.0-b5|cr.flyte.org/flyteorg/flytepropeller-release:v1.3.0-b5>
      imagePullPolicy: IfNotPresent
      image: <http://cr.flyte.org/flyteorg/flytepropeller-release:v1.3.0-b5|cr.flyte.org/flyteorg/flytepropeller-release:v1.3.0-b5>
      imageID: <http://cr.flyte.org/flyteorg/flytepropeller-release@sha256:62ada1ace5b21feb032c67910e5d9a1da752bf9862652ebebb8947b3349327bd|cr.flyte.org/flyteorg/flytepropeller-release@sha256:62ada1ace5b21feb032c67910e5d9a1da752bf9862652ebebb8947b3349327bd>
      image: <http://cr.flyte.org/flyteorg/flytepropeller-release:v1.3.0-b5|cr.flyte.org/flyteorg/flytepropeller-release:v1.3.0-b5>
      imageID: <http://cr.flyte.org/flyteorg/flytepropeller-release@sha256:62ada1ace5b21feb032c67910e5d9a1da752bf9862652ebebb8947b3349327bd|cr.flyte.org/flyteorg/flytepropeller-release@sha256:62ada1ace5b21feb032c67910e5d9a1da752bf9862652ebebb8947b3349327bd>
      image: <http://docker.io/bitnami/postgresql:15.1.0-debian-11-r12|docker.io/bitnami/postgresql:15.1.0-debian-11-r12>
      imagePullPolicy: IfNotPresent
    imagePullSecrets:
      image: <http://docker.io/bitnami/postgresql:15.1.0-debian-11-r12|docker.io/bitnami/postgresql:15.1.0-debian-11-r12>
      imageID: <http://docker.io/bitnami/postgresql@sha256:ad9b2e94cc1b3fa61b28fa221417c72f3e1ad53cddbd095513ced25a43391487|docker.io/bitnami/postgresql@sha256:ad9b2e94cc1b3fa61b28fa221417c72f3e1ad53cddbd095513ced25a43391487>
      image: <http://cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5|cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5>
      imagePullPolicy: IfNotPresent
    imagePullSecrets:
      image: <http://cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5|cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5>
      imagePullPolicy: IfNotPresent
      image: <http://cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5|cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5>
      imagePullPolicy: IfNotPresent
      image: <http://cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5|cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5>
      imagePullPolicy: IfNotPresent
      image: <http://cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5|cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5>
      imagePullPolicy: IfNotPresent
      image: <http://cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5|cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5>
      imageID: <http://cr.flyte.org/flyteorg/flyteadmin-release@sha256:6e32489b95294d0a00af2cfa5188544a064919b4c2507bea5795da8838ad7689|cr.flyte.org/flyteorg/flyteadmin-release@sha256:6e32489b95294d0a00af2cfa5188544a064919b4c2507bea5795da8838ad7689>
      image: <http://cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5|cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5>
      imageID: <http://cr.flyte.org/flyteorg/flyteadmin-release@sha256:6e32489b95294d0a00af2cfa5188544a064919b4c2507bea5795da8838ad7689|cr.flyte.org/flyteorg/flyteadmin-release@sha256:6e32489b95294d0a00af2cfa5188544a064919b4c2507bea5795da8838ad7689>
      image: <http://cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5|cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5>
      imageID: <http://cr.flyte.org/flyteorg/flyteadmin-release@sha256:6e32489b95294d0a00af2cfa5188544a064919b4c2507bea5795da8838ad7689|cr.flyte.org/flyteorg/flyteadmin-release@sha256:6e32489b95294d0a00af2cfa5188544a064919b4c2507bea5795da8838ad7689>
      image: <http://cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5|cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5>
      imageID: <http://cr.flyte.org/flyteorg/flyteadmin-release@sha256:6e32489b95294d0a00af2cfa5188544a064919b4c2507bea5795da8838ad7689|cr.flyte.org/flyteorg/flyteadmin-release@sha256:6e32489b95294d0a00af2cfa5188544a064919b4c2507bea5795da8838ad7689>
      image: <http://cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5|cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5>
      imageID: <http://cr.flyte.org/flyteorg/flyteadmin-release@sha256:6e32489b95294d0a00af2cfa5188544a064919b4c2507bea5795da8838ad7689|cr.flyte.org/flyteorg/flyteadmin-release@sha256:6e32489b95294d0a00af2cfa5188544a064919b4c2507bea5795da8838ad7689>
      image: <http://cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5|cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5>
      imagePullPolicy: IfNotPresent
    imagePullSecrets:
      image: <http://cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5|cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5>
      imagePullPolicy: IfNotPresent
      image: <http://cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5|cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5>
      imagePullPolicy: IfNotPresent
      image: <http://cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5|cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5>
      imagePullPolicy: IfNotPresent
      image: <http://cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5|cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5>
      imagePullPolicy: IfNotPresent
      image: <http://cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5|cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5>
      imageID: <http://cr.flyte.org/flyteorg/flyteadmin-release@sha256:6e32489b95294d0a00af2cfa5188544a064919b4c2507bea5795da8838ad7689|cr.flyte.org/flyteorg/flyteadmin-release@sha256:6e32489b95294d0a00af2cfa5188544a064919b4c2507bea5795da8838ad7689>
      image: <http://cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5|cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5>
      imageID: <http://cr.flyte.org/flyteorg/flyteadmin-release@sha256:6e32489b95294d0a00af2cfa5188544a064919b4c2507bea5795da8838ad7689|cr.flyte.org/flyteorg/flyteadmin-release@sha256:6e32489b95294d0a00af2cfa5188544a064919b4c2507bea5795da8838ad7689>
      image: <http://cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5|cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5>
      imageID: <http://cr.flyte.org/flyteorg/flyteadmin-release@sha256:6e32489b95294d0a00af2cfa5188544a064919b4c2507bea5795da8838ad7689|cr.flyte.org/flyteorg/flyteadmin-release@sha256:6e32489b95294d0a00af2cfa5188544a064919b4c2507bea5795da8838ad7689>
      image: <http://cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5|cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5>
      imageID: <http://cr.flyte.org/flyteorg/flyteadmin-release@sha256:6e32489b95294d0a00af2cfa5188544a064919b4c2507bea5795da8838ad7689|cr.flyte.org/flyteorg/flyteadmin-release@sha256:6e32489b95294d0a00af2cfa5188544a064919b4c2507bea5795da8838ad7689>
      image: <http://cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5|cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5>
      imageID: <http://cr.flyte.org/flyteorg/flyteadmin-release@sha256:6e32489b95294d0a00af2cfa5188544a064919b4c2507bea5795da8838ad7689|cr.flyte.org/flyteorg/flyteadmin-release@sha256:6e32489b95294d0a00af2cfa5188544a064919b4c2507bea5795da8838ad7689>
      image: <http://cr.flyte.org/flyteorg/flyteconsole-release:v1.3.0-b5|cr.flyte.org/flyteorg/flyteconsole-release:v1.3.0-b5>
      imagePullPolicy: IfNotPresent
    imagePullSecrets:
      image: <http://cr.flyte.org/flyteorg/flyteconsole-release:v1.3.0-b5|cr.flyte.org/flyteorg/flyteconsole-release:v1.3.0-b5>
      imageID: <http://cr.flyte.org/flyteorg/flyteconsole-release@sha256:9ea84c07acea2ac48e299c7213b82decc54266d6cc42ac8342920db2d4e9e57a|cr.flyte.org/flyteorg/flyteconsole-release@sha256:9ea84c07acea2ac48e299c7213b82decc54266d6cc42ac8342920db2d4e9e57a>
      image: <http://cr.flyte.org/flyteorg/flyteconsole-release:v1.3.0-b5|cr.flyte.org/flyteorg/flyteconsole-release:v1.3.0-b5>
      imagePullPolicy: IfNotPresent
    imagePullSecrets:
      image: <http://cr.flyte.org/flyteorg/flyteconsole-release:v1.3.0-b5|cr.flyte.org/flyteorg/flyteconsole-release:v1.3.0-b5>
      imageID: <http://cr.flyte.org/flyteorg/flyteconsole-release@sha256:9ea84c07acea2ac48e299c7213b82decc54266d6cc42ac8342920db2d4e9e57a|cr.flyte.org/flyteorg/flyteconsole-release@sha256:9ea84c07acea2ac48e299c7213b82decc54266d6cc42ac8342920db2d4e9e57a>
      image: <http://cr.flyte.org/flyteorg/flytepropeller-release:v1.3.0-b5|cr.flyte.org/flyteorg/flytepropeller-release:v1.3.0-b5>
      imagePullPolicy: IfNotPresent
    imagePullSecrets:
      image: <http://cr.flyte.org/flyteorg/flytepropeller-release:v1.3.0-b5|cr.flyte.org/flyteorg/flytepropeller-release:v1.3.0-b5>
      imageID: <http://cr.flyte.org/flyteorg/flytepropeller-release@sha256:62ada1ace5b21feb032c67910e5d9a1da752bf9862652ebebb8947b3349327bd|cr.flyte.org/flyteorg/flytepropeller-release@sha256:62ada1ace5b21feb032c67910e5d9a1da752bf9862652ebebb8947b3349327bd>
      image: <http://cr.flyte.org/flyteorg/flytepropeller-release:v1.3.0-b5|cr.flyte.org/flyteorg/flytepropeller-release:v1.3.0-b5>
      imagePullPolicy: IfNotPresent
    imagePullSecrets:
      image: <http://cr.flyte.org/flyteorg/flytepropeller-release:v1.3.0-b5|cr.flyte.org/flyteorg/flytepropeller-release:v1.3.0-b5>
      imageID: <http://cr.flyte.org/flyteorg/flytepropeller-release@sha256:62ada1ace5b21feb032c67910e5d9a1da752bf9862652ebebb8947b3349327bd|cr.flyte.org/flyteorg/flytepropeller-release@sha256:62ada1ace5b21feb032c67910e5d9a1da752bf9862652ebebb8947b3349327bd>
      image: <http://cr.flyte.org/flyteorg/flytescheduler-release:v1.3.0-b5|cr.flyte.org/flyteorg/flytescheduler-release:v1.3.0-b5>
      imagePullPolicy: IfNotPresent
    imagePullSecrets:
      image: <http://cr.flyte.org/flyteorg/flytescheduler-release:v1.3.0-b5|cr.flyte.org/flyteorg/flytescheduler-release:v1.3.0-b5>
      imagePullPolicy: IfNotPresent
      image: <http://cr.flyte.org/flyteorg/flytescheduler-release:v1.3.0-b5|cr.flyte.org/flyteorg/flytescheduler-release:v1.3.0-b5>
      imageID: <http://cr.flyte.org/flyteorg/flytescheduler-release@sha256:7ce13c7363989af30303487816edaa2bb67ce9da9d5ee7debacba36d47c4c7ca|cr.flyte.org/flyteorg/flytescheduler-release@sha256:7ce13c7363989af30303487816edaa2bb67ce9da9d5ee7debacba36d47c4c7ca>
      image: <http://cr.flyte.org/flyteorg/flytescheduler-release:v1.3.0-b5|cr.flyte.org/flyteorg/flytescheduler-release:v1.3.0-b5>
      imageID: <http://cr.flyte.org/flyteorg/flytescheduler-release@sha256:7ce13c7363989af30303487816edaa2bb67ce9da9d5ee7debacba36d47c4c7ca|cr.flyte.org/flyteorg/flytescheduler-release@sha256:7ce13c7363989af30303487816edaa2bb67ce9da9d5ee7debacba36d47c4c7ca>
      image: <http://cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5|cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5>
      imagePullPolicy: IfNotPresent
    imagePullSecrets:
      image: <http://cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5|cr.flyte.org/flyteorg/flyteadmin-release:v1.3.0-b5>
      imageID: <http://cr.flyte.org/flyteorg/flyteadmin-release@sha256:6e32489b95294d0a00af2cfa5188544a064919b4c2507bea5795da8838ad7689|cr.flyte.org/flyteorg/flyteadmin-release@sha256:6e32489b95294d0a00af2cfa5188544a064919b4c2507bea5795da8838ad7689>
Hi @Yee, Above was from Chrome. If I use Safari browser, I got:
Copy code
404

Not found
There is no error shown in the logs: kubectl logs flyteconsole-646bb65f96-8lzcd -n flyte
Copy code
Server started: <http://localhost:8080/>
::ffff:127.0.0.1 - - [22/Aug/2023:16:30:59 +0000] "GET /console/ HTTP/1.1" 304 - "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36"
::ffff:127.0.0.1 - - [22/Aug/2023:16:30:59 +0000] "GET /console/assets/main-965d5331.js HTTP/1.1" 304 - "<http://flyte.example.org:8080/console/>" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36"
::ffff:127.0.0.1 - - [22/Aug/2023:16:30:59 +0000] "GET /console/assets/vendor-965d5331.js HTTP/1.1" 304 - "<http://flyte.example.org:8080/console/>" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36"
::ffff:127.0.0.1 - - [22/Aug/2023:16:31:00 +0000] "GET /me HTTP/1.1" 304 - "<http://flyte.example.org:8080/console/>" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36"
::ffff:127.0.0.1 - - [22/Aug/2023:16:31:00 +0000] "GET /api/v1/version HTTP/1.1" 304 - "<http://flyte.example.org:8080/console/>" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36"
::ffff:127.0.0.1 - - [22/Aug/2023:16:31:00 +0000] "GET /api/v1/projects HTTP/1.1" 304 - "<http://flyte.example.org:8080/console/>" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36"
::ffff:127.0.0.1 - - [22/Aug/2023:16:31:00 +0000] "GET /console/assets//favicon.svg HTTP/1.1" 304 - "<http://flyte.example.org:8080/console/>" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36"
::ffff:127.0.0.1 - - [22/Aug/2023:17:32:15 +0000] "GET / HTTP/1.1" 200 1084 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15"
::ffff:127.0.0.1 - - [22/Aug/2023:17:32:16 +0000] "GET /console/assets//manifest.webmanifest HTTP/1.1" 304 - "<http://flyte.example.org:8080/>" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15"
::ffff:127.0.0.1 - - [22/Aug/2023:17:32:16 +0000] "GET /console/assets/main-965d5331.js HTTP/1.1" 304 - "<http://flyte.example.org:8080/>" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15"
::ffff:127.0.0.1 - - [22/Aug/2023:17:32:16 +0000] "GET /console/assets/vendor-965d5331.js HTTP/1.1" 200 698474 "<http://flyte.example.org:8080/>" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15"
::ffff:127.0.0.1 - - [22/Aug/2023:17:32:17 +0000] "GET /api/v1/version HTTP/1.1" 200 1084 "<http://flyte.example.org:8080/>" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15"
::ffff:127.0.0.1 - - [22/Aug/2023:17:32:17 +0000] "GET /me HTTP/1.1" 304 - "<http://flyte.example.org:8080/>" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15"
::ffff:127.0.0.1 - - [22/Aug/2023:17:32:18 +0000] "GET /console/assets//apple-touch-icon.png HTTP/1.1" 200 3879 "-" "Safari/17615.3.12.11.3 CFNetwork/1335.0.3.4 Darwin/21.6.0"
y
can you try updating?
without a much deeper dive i can’t really say.
open up the network browser maybe and find exactly which call is failing?
see if you can repro it without a browser
there are also correct 404s (like calls to the service where the correct behavior is a 404) so don’t get confused by those.
if you can get the corresponding endpoint to work with flytectl, then that would imply it’s just a front-end thing.
if it doesn’t work then it should be easier to investigate.