question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Icons not showing on CloudBeaver interface while using Firefox

See original GitHub issue

As the title suggestions. There are only a few icons that show in the GUI when I’m using CloudBeaver on Firefox. Version information and browser inspect log details below the example screenshots.

Screenshots

Firefox

Firefox

Chrome

Chrome

System

OS: Ubuntu 20.04.3 LTS x86_64 Kernel: 5.11.0-34-generic Flavour: Kubuntu DE: Plasma / Breeze

Browser 1: Firefox 92.0 (64-bit) Browser 2: Google Chrome Version 93.0.4577.82 (Official Build) (64-bit)

Host: Docker on Synology RS820+

Logs / Details

While inspecting the page using Chrome, there’s only a single warning about Roboto preloaded and not used.

In Firefox, however, there are a huge list of Cookie "DBEAVER_SESSION_ID" will be soon treated as cross-side cookie... ... because the scheme does not match. warnings across many of the API and CSS files.

Also, in Firefox there is a single error message

TypeError: 'clipboard-read' (value of 'name' member of PermissionDescriptor) is not a valid value for enumeration PermissionName.
    updatePermissionStatus https://<my_url>/index.8c8eefd2d66b4a24bdde.js:10
    tryActivateClipboard https://<my_url>/index.8c8eefd2d66b4a24bdde.js:10
    load https://<my_url>/index.8c8eefd2d66b4a24bdde.js:10
    loadServices https://<my_url>/index.8c8eefd2d66b4a24bdde.js:10
index.8c8eefd2d66b4a24bdde.js:2:590399
    logException https://<my_url>/index.8c8eefd2d66b4a24bdde.js:2
    updatePermissionStatus https://<my_url>/index.8c8eefd2d66b4a24bdde.js:10

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
kseniiaguzeevacommented, Oct 1, 2021

The issue is fixed in the latest release 21.1.5 https://github.com/dbeaver/cloudbeaver.

1reaction
jathekcommented, Sep 18, 2021

I’m experiencing this as well. The icons load in Chrome (93.0.4577.82) and Edge (93.0.961.52) but not in Firefox (92.0).

I’m running the docker image with the following compose:

  # CloudBeaver Community - Database manager with a rich web interface
  cloudbeaver:
    container_name: cloudbeaver
    image: dbeaver/cloudbeaver:21.1.4
    restart: unless-stopped
    networks:
      t2_proxy:
    # ports:
      # - 8978:8978
    environment:
      - TZ=$TZ
    volumes:
      - $DOCKERDIR/cloudbeaver:/opt/cloudbeaver/workspace
      - /mnt/user/downloads:/downloads:ro
    labels:
     ## Diun
      - "diun.enable=true"
      - "diun.watch_repo=true"
      - "diun.include_tags=^latest$$"
     ## Traefik
      - "traefik.enable=true"
      # HTTP Routers
      - "traefik.http.routers.cloudbeaver-rtr.entrypoints=websecure"
      - "traefik.http.routers.cloudbeaver-rtr.rule=Host(`cloudbeaver.$DOMAINNAME`)"
      - "traefik.http.routers.cloudbeaver-rtr-lan.entrypoints=websecure"
      - "traefik.http.routers.cloudbeaver-rtr-lan.tls.options=tls-opts@file"
      - "traefik.http.routers.cloudbeaver-rtr-lan.rule=Host(`cloudbeaver.$DOCKERHOSTNAME`)"
      # Middlewares
      - "traefik.http.routers.cloudbeaver-rtr.middlewares=cloudbeaver-headers@file,chain-authelia@file"
      - "traefik.http.routers.cloudbeaver-rtr-lan.middlewares=cloudbeaver-headers-lan@file,chain-authelia-lan@file"
      # HTTP Services
      - "traefik.http.routers.cloudbeaver-rtr.service=cloudbeaver-svc"
      - "traefik.http.routers.cloudbeaver-rtr-lan.service=cloudbeaver-svc"
      - "traefik.http.services.cloudbeaver-svc.loadbalancer.server.port=8978"
Product name: CloudBeaver CE Server
Product description: Cloudbeaver Web UI Application
Build time: September 9, 2021
Backend version: 21.1.4.202109091449
Frontend version: 21.1.4.202109091450
Chrome Error Console Firefox Error Console
Read more comments on GitHub >

github_iconTop Results From Across the Web

[Support] A75G Repo - Page 6 - Docker Containers - Unraid
I installed it natively on another server, and in a container on my Unraid box - the Red Queen. Unfortunately, it would seem...
Read more >
DBeaver PRO | One tool for all data sources
One tool for all data sources. Work with data in a professional way. Use advanced features of DBeaver PRO to explore, process, and...
Read more >
What are some lesser known services that have made your life ...
I have lots of storage and RAM left on my NAS (I mainly use it for Plex, pihole, and homebridge). ... As in...
Read more >
Page 4 | metasploitable-2 free download - SourceForge
CloudBeaver Cloud Database Manager, community edition. ... scalability, security and fault tolerance with no changes to code in the UI or business objects....
Read more >
unRaid App List - GitHub Pages
droppy, Self-hosted file storage server with a web interface and ... It will display an icon in the header at the top-right when...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found