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:Jump to 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.
7 Replies
Thank you for submitting a support request.
Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
❓ Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
Check permissions of you config folder.
Does this happen with all boards or just default.json?
I just installed today on a new server. On my personal install I don't use notebook tiles.
I changed permissions to 777 and restarted the container but the issue still remains. My data directory is /home/user/homarr.
All my other settings and configurations are staying. Logo, Title, theme, apps, etc.
Have you tried with a new board?
You can create a new board or duplicate an existing one so it is saved under a different name.
This may resolve the save issue.
Appears to be doing the same on a duplicated board.
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.