Skip to content

front fail in chrome to list messages #1274

@raphaelauv

Description

@raphaelauv

Issue submitter TODO list

  • I've looked up my issue in FAQ
  • I've searched for an already existing issues here
  • I've tried running main-labeled docker image and the issue still persists there
  • I'm running a supported version of the application which is listed here

Describe the bug (actual behavior)

When I want to see the messages of a topic it fail on chrome but not on firefox

chrome ->

Image

firefox ->

Image

Expected behavior

No response

Your installation details

using docker compose

  kafbat-ui-local:
    image: ghcr.io/kafbat/kafka-ui:main
#    image: ghcr.io/kafbat/kafka-ui:v1.3.0
    ports:
      - "9029:8080"
    environment:
      KAFKA_CLUSTERS_0_NAME: local
      KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS: "kafka-local:29092"
      KAFKA_CLUSTERS_0_SCHEMAREGISTRY: "http://confluent-schema-registry-local:8081"
      KAFKA_CLUSTERS_0_KAFKACONNECT_0_NAME: local
      KAFKA_CLUSTERS_0_KAFKACONNECT_0_ADDRESS: "http://connect-local:8083"
      KAFKA_CLUSTERS_1_NAME: local-0
      KAFKA_CLUSTERS_1_BOOTSTRAPSERVERS: "kafka-local-0:29092"
      KAFKA_CONFIG_SANITIZER_ENABLED: "false"

Steps to reproduce

the topic have an avro schema for the value ( not the key )

Image

Screenshots

No response

Logs

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions