The user menu in the top right breaks on one page

The view page for one of my resources is an infolist, and the user menu is broken exclusively on that page. The browser console is packed full of errors.
No description
4 Replies
Señor Nikola
Señor Nikola18h ago
Are you using spa()? I my case each time i had filament throw errors in console - spa() was main reason for it. As soon as i turned it off all errors were gone. (Point to note everything was working even with all errors)
ollieread
olliereadOP18h ago
Not knowingly, no
awcodes
awcodes18h ago
Do you have any views published? If not the only thing coming to mind is that something in your view page is trying to load alpine twice, or possibly you need to clear the view cache.
ollieread
olliereadOP9h ago
I don't have anything like that. No views, published or customised. Oddly everything on the page works, except the navbar at the top is broken

Did you find this page helpful?