spinning saving wheel of doom Boards not saving correctly
Been having this issue all night been working on something else so it didnt bother me however I am now trying to save my dashboard, and I am getting an error message that it cannot be saved
#---------------------------------------------------------------------#
Homarr - A simple, yet powerful dashboard for your server. #
#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:latest
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock # <--- add this line here!
- ./homarr/appdata:/appdata
environment:
- SECRET_ENCRYPTION_KEY= obviously removed for this post# <--- can be generated with
openssl rand -hex 32
ports:
- '7575:7575'
screenshot showing the issue adding iframes
8 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?
Hmm weird that it is not visible in those logs, can you open the devtools in your browser (using F12) to see what errors are shown there in the console?
sure thing let me try /etc/sysctl.conf overcommit though this has the ram currently and ill do that right after
ERR_CONNECTION_RESET means it is unable to connect to it (so the browser can not call the endpoint http://10.0.20.2:7575/api/trpc/board.saveBoard?batch=1)
whoops sorry for wasting your time I didnt do a lot of reading beforehand or even troubleshoot tbch 😐 dockers been acting weird, ill have to take a look at it in the morning sorry about that and ty for the help
just finished up my API project or gemini really did 99.99% of the work for me 😅
Okay, no problem. I'll close this post then, ok?