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
php artisan livewire:publish --assets
to fix this issue....
Jump to solution
1 Reply
Solution
Tonkawuck
Tonkawuck3mo ago
I had to run
php artisan livewire:publish --assets
php artisan livewire:publish --assets
to fix this issue.