Cannot sign in on fresh installed filament and laravel
I'm new to filament,
my setup is :
macos ventura 13.6.1
php 8.1
laravel 10.10
livewire 3.0
postgresql
i've followed instalation guide on :
https://filamentphp.com/docs/3.x/panels/installation
i've set custom asset url and configure update endpoint of livewire as in :
https://livewire.laravel.com/docs/installation
i've create livewire app layout as in :
https://livewire.laravel.com/docs/quickstart#create-a-template-layout
i've try sample livewire 'counter' page and it is work,
but when i try filament, i'm stuck at login on 'admin/login' with error message on mozzila firefox :
http://localhost/filabrez/public/livewire/update
'Uncaught (in promise) TypeError: NetworkError when attempting to fetch resource.'
and in chrome
POST http://localhost/filabrez/public/livewire/update net::ERR_EMPTY_RESPONSE
Uncaught (in promise) TypeError: Failed to fetch
i've try both using breeze or not, but it's still the same error.
my setup is :
macos ventura 13.6.1
php 8.1
laravel 10.10
livewire 3.0
postgresql
i've followed instalation guide on :
https://filamentphp.com/docs/3.x/panels/installation
i've set custom asset url and configure update endpoint of livewire as in :
https://livewire.laravel.com/docs/installation
i've create livewire app layout as in :
https://livewire.laravel.com/docs/quickstart#create-a-template-layout
i've try sample livewire 'counter' page and it is work,
but when i try filament, i'm stuck at login on 'admin/login' with error message on mozzila firefox :
http://localhost/filabrez/public/livewire/update
'Uncaught (in promise) TypeError: NetworkError when attempting to fetch resource.'
and in chrome
POST http://localhost/filabrez/public/livewire/update net::ERR_EMPTY_RESPONSE
Uncaught (in promise) TypeError: Failed to fetch
i've try both using breeze or not, but it's still the same error.
Laravel
A full-stack framework for Laravel that takes the pain out of building dynamic UIs.

Laravel
A full-stack framework for Laravel that takes the pain out of building dynamic UIs.
