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)
location ^~ /filament {     
    try_files $uri $uri/ /index.php?$query_string;
}


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.
Was this page helpful?