Server Crashes After Resource Update/Edit
Whenever I update or edit a resource, the server crashes and stops responding until I manually restart it. Has anyone experienced this or have suggestions for a fix?
in the browser console i have this error:
http://127.0.0.1:8000/livewire/update net::ERR_EMPTY_RESPONSE
4 Replies
Were you able to fix it?
Look at PHP error log. dd() the request,what you trying to save or sql error log..
Not yet..
I have a similar scenario. My development server "php artisan serve" or even apache got crashed.
I looks like a incompatibility with livewire. Just checking it out I see this:
I use
The first times ALL is OK, then when It got crashed, an error is related with
Do you know any way to check the livewire installation in filament ?
livewire
I comment that and works again.Do you know any way to check the livewire installation in filament ?