Problem loading livewire.js on v3
Hi! I can't find a way to make to make it to work. I still see error 500.
I have tried to add the following to my site config (local, I'm using Valet)
Also, in Livewire v3 there's no asset_url option in the config but now this https://livewire.laravel.com/docs/installation#customizing-the-asset-url
Ps: I installed v3 beta (filament + livewire) from scratch.
Have you experiencie this? Thanks in advance.
3 Replies
Do the same thing you did for filament but with livewire in your server config
You shouldn’t need that for filament with v3 though.
Indeed at the end the problem was not in Filament/Livewire but in a middleware that make a typehint to fail (given that the response of the file is a BinaryFileResponse). Now it's working.