Notebook Widgets/Tiles Disappearing

Attempting to add some of the new Notebook widgets/tiles to my board, however, when I refresh the page they disappear. Tried adding them twice, saved each time but they disappear after refresh. All of my app tiles are still where they are supposed to be.

Added docker.log as a message below. Console only has info regarding pings.

Distributor ID: Ubuntu
Description: Ubuntu 24.04.1 LTS
Release: 24.04
Codename: noble

Homarr v0.15.7

Docker Compose:

version: '3'
#---------------------------------------------------------------------#

Homarr - A simple, yet powerful dashboard for your server. #

#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:
  • /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
  • ./homarr/configs:/app/data/configs
  • ./homarr/icons:/app/public/icons
  • ./homarr/data:/data
    ports:
  • '7575:7575'
Notebook widget/tiles missing on other browsers.
Solution
I believe my issue was too restrictive settings on my nginx reverse proxy. Deleted out the nginx conf, made a new one and now it works like it's supposed to.
Was this page helpful?