White / empty dashboard on load. `window.Alpine` is undefined

I am having some trouble with a Filament v3 panel not loading. It seems that window.Alpine is undefined so that may be the cause?

I can see that all of filament/alpine-support.js, filament/support.js and livewire/livewire.js have loaded. Perhaps my dashboard layout is out of date? Thanks
Solution
I had to run
php artisan livewire:publish --assets

to fix this issue.
Was this page helpful?