#Has someone seen an issue like this?
1 messages · Page 1 of 1 (latest)
I posted it on the community forum but got no answers: https://community.home-assistant.io/t/buggy-webinterface-on-desktop/648078/3
This is the console output:
Once I open the Developer Menu or reload a few times, it switches to the original layout.
The layout seems to be hella buggy
If you refresh, does the dashboard return to normal? Try a hard-refresh too; I think it is Shift+F5. Consider clearing Firefox's cache and refresh and see what that does. (I use Firefox when editing and testing my dashboard.)
@empty plover Thanks! Sorry, didnt noticed the quiet quick answer.
I tried force reload (on firefox it is ctrl+F5 or Shift+Ctrl+R)
I tried deleting the cash and reloading with the developer tools opened and cache disabled but no luck.
This issue persist for around 6 months now and is on every dashboard that I can edit
Settings and Energy Dashboard and things like addon pages are fine
Can you Edit the dashboard for me? Click the three dots in the top right corner. Go to RAW configuration editor. Then post the first dozen or so lines of what you see in there?
@empty plover
`views:
- path: default_view
title: ''
icon: mdi:home
badges: []
cards:- type: horizontal-stack
cards:- show_name: true
show_icon: true
type: button
tap_action:
action: navigate
navigation_path: /lovelace/sicherheit
icon: mdi:alarm-light
theme: Fluent Blue - show_name: true
show_icon: true
type: button`
- show_name: true
- type: horizontal-stack
I doublechecked that it also happens when accessing by the local IP instead of accessing it trough my nginx reverse proxy
Here is a video of it happening. Without addons in incognito tab while accessing it direct:
Do you have the BitWarden integration installed? If so, try disabling that.
Just realized that you mentioned that this is an on-going issue whereas the BitWarden thing is relatively new. #frontend-archived message
@rain island have you seen anything like this? Maybe a custom card throwing things out of whack?
No. do not use this addon. The issue also occurs when no addons are enabled at all by using the incognito tab
Ahh sorry, no. I do not have the bitwarden integration installed
my bad
I just uninstalled all custom Frontend items that I installed from HACS. No Luck, still the same issue
(I hardly used them, shouldve uninstalled them either way)
On Chrome (Thorium) I get no Errors at all
Meanwhile Waterfox(Firefox) being really unhappy
I don't think those errors are necessarily a bad thing. By the looks of the variable names, I assume the card is trying to pull some info from Mac OS but you're running on a Windows PC.
I am running Linux
:D
I just tried Firefox. Sorry to bother you but I think this is a browser based issue...
I mean Waterfox is perfect for every website, but seem to have some rare issue with the Lovelace... I feel stupid and sad that I need to switch back to Firefox...
Waterfox to the left and Firefox to the right
Can you try removing the tempometer-gauge-card? If you're using this one by Snoof85, it hasn't been updated in three years and the Dev has stopped development. https://github.com/SNoof85/lovelace-tempometer-gauge-card-deprecated
Looking at the forks, this one was at least updated a year ago: https://github.com/killabeenl/lovelace-tempometer-gauge-card
So, Waterfox seems to be the issue?
Should it be installed via HACS? How do I uninstall it when it isnt listed under hacs
I still would love to try a few fixes, but I think it is. I mean when it works on Firefox but not on Waterfox it seems clear where the issue lays but it also would be interesting to find out what is causing this
You can add a custom repository. Essentially, remove the older version, add the link above as a custom frontend repository, search for the card and you should be shown the fork.
My assumption is something that Waterfox does when it comes to handling JavaScript.
I want to remove the old one at first. Is there a folder I should delete?
I found the custom repo but it wasnt installed. I also removed the custom repo and will restart now
I mean the repo was "installed" as in added. but nothing from there shouldve been installed
Still popping in in the debug as active
I don't think you need to do anything special if you removed it via HACS. It should remove the resources itself.
But HACS isnt listing it as installed. So HACS might lost track of it
Adding the custom repo just means HACS knows where to look to find the files. You'll still need to install the card again.
Clear browser cache and refresh.
Try going to Settings > Dashboards > three dots in upper right > Resources. See if it is listed in there. Click it and then Delete.
Then clear browser cache and refresh yet again.
Deleted it from /config/www/community
I hope i didnt broke something since I saw ur latest message to late
ty for your time btw
Nah. You should be okay after performing the step above.
Is removed trough your option and not appearing in the console anymore. Still a buggy interface with waterfox :c
Not sure if this is relevant to you, but the screenshot and symptoms seem similar: Lovelace broken with Firefox 115 #17182
I think I will move to firefox then
Interesting, thanks!