Laravel Vapor attempts to load `vendor/livewire/livewire.js` (and gets a 404).
I'm having some issues after a recent PR merge on one of my projects. I believe the issue is with how a recent version of livewire or filament loads some public assets.
Everything works fine locally. However, when uploading to Vapor, the livewire script is only available without the vendor path.
Anyone experience this same issue? Thoughts?
1 Reply
I added this to config/livewire.php
and it fixed my Vapor issue.