Jetstream livewire action not working

What seems to be the problem: I have follow this crud example http://itsolutionstuff.com/post/laravel-8-livewire-crud-with-jetstream-tailwind-cssexample.html step by step but when I click on create NEW POST or DELETE or EDIT nothing happend. In the console I see the following messages " GET http://localhost/livewire/livewire.js?id=a4a06c089f1a93dbe075 net::ERR_ABORTED 404 (Not Found)"
Uncaught ReferenceError: Livewire is not defined"

I have try to change the render because of {{$slot}} in app.blade.php but same issue
can you help me

Are you using the latest version of Livewire: yes

OK just do this

publish the livewire config to laravel config dir
php artisan vendor:publish --tag=livewire:config

and change the asset_url value in the config/livewire to the root or public dir of your app. Eg. http://your-app/public