Status CORS Eror with livewire version 1.3.8

What seems to be the problem: I cannot run wire:click with error CORS error please help

Steps to Reproduce:

Are you using the latest version of Livewire: i using livewire version 1.3.8 & laravel 5.8

Do you have any screenshots or code examples:

blade component"

livewire code

error display

thanks

Check the application’s domain in the .env file. I also recommend running php artisan serve and accessing it at http://127.0.0.1:8000/

ok i understand the reason ,
because domain eror

mys accsess url : http://127.0.0.1/belajar_3/public/livewire/message/loading-progres

but my setting domain using ‘http://localhost

solve