thomasloven / lovelace-layout-card

🔹 Get more control over the placement of lovelace cards.
MIT License
1.05k stars 125 forks source link

2023.11.0b0 - Custom element does not exist: vertical-layout #258

Open christophermichaelshaw opened 11 months ago

christophermichaelshaw commented 11 months ago

My Home Assistant version: 2023.11.0b0

Layout-card version (FROM BROWSER CONSOLE): 2.4.4

What I am doing: Loading a Lovelace dashboard with type set as custom:vertical-layout

What I expected to happen: dashboard to function normally after upgrading to 2023.11.0b0.

What happened instead: Error: "Custom element does not exist: vertical-layout"

Minimal steps to reproduce:

# The least ammount of code possible to reproduce my error

# End of code

Error messages from the browser console:


By putting an X in the boxes ([X]) below, I indicate that I:

KyleStilkey commented 11 months ago

Just want to add here same issue, it seems like it will sometimes just randomly work but about 90% of the time it just says the element card doesn't exist with home assistant 2023.11.0b0

christophermichaelshaw commented 11 months ago

Can you clear browser cache and confirm it is still an intermittent issue?

On Fri, Oct 27, 2023 at 01:01 KyleStilkey @.***> wrote:

Just want to add here same issue, it seems like it will sometimes just randomly work but about 90% of the time it just says the element card doesn't exist with home assistant 2023.11.0b0

— Reply to this email directly, view it on GitHub https://github.com/thomasloven/lovelace-layout-card/issues/258#issuecomment-1782474792, or unsubscribe https://github.com/notifications/unsubscribe-auth/APSZUKC45JAGMDLSJQGMKI3YBNS4TAVCNFSM6AAAAAA6SI5ULOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBSGQ3TINZZGI . You are receiving this because you authored the thread.Message ID: @.***>

twanjaarsveld commented 11 months ago

Got the same issue here Any fix except removing the custom element from my Lovelace yaml

KyleStilkey commented 11 months ago

Can you clear browser cache and confirm it is still an intermittent issue? On Fri, Oct 27, 2023 at 01:01 KyleStilkey @.> wrote: Just want to add here same issue, it seems like it will sometimes just randomly work but about 90% of the time it just says the element card doesn't exist with home assistant 2023.11.0b0 — Reply to this email directly, view it on GitHub <#258 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/APSZUKC45JAGMDLSJQGMKI3YBNS4TAVCNFSM6AAAAAA6SI5ULOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBSGQ3TINZZGI . You are receiving this because you authored the thread.Message ID: @.>

Clearing cache doesn't fix this. It may work sometimes, others it may not. It's almost like it's failing to work at randomly points. There is times I can see it's fine and be using it for like 20 minutes then it just breaks and stops working for hours, then just starts working again.

KyleStilkey commented 11 months ago

0b1 just got pushed today and right now it's working much more reliable. Will continue to test and see if it was a Home Assistant bug.