Request Problem crud operation
When I try to do crud operations, the following happens: it is sent and gets stuck. Then when I start again, the action has already occurred, for example, delete, update, write. How do I fix this? Nothing like this has happened before. It only happened after installing the filament.

3 Replies
is your server dying? It's like you hit that one operation then it's no longer even listening. Do you have port conflict or something? what's in your laravel log?
Unfortunately, there is no trace of any errors in the log or terminal. I tested Laravel's crud and it works perfectly, but LiveWire, which the filament uses, is clearly conflicting with something. But what is it using that is conflicting? I'll try the same thing on another computer these days. If it works, then there's clearly something wrong with this computer.
Thanks for the answer.
Why are the PHP requests handled by Vite? 🤔
I've never seen this. Is this the default Laravel Vite plugin?