How can i disable livewire update POST request to {{domain}}/livewire/update
I have tried searching for disabling it in filament docs, searched panel functions, searched whole internet and asked AI agents but could not find the solution.
How should I disable it.
I have simple panel with one resource, and i am in list view page.

3 Replies
You want to stop all requests or is it making repeated requests and that’s what you want to stop?
i want to stop this repeated requests.
i also made sure to not have polling enabled for tables and widgets also.
Something in the app is polling though. Any plugins installed? Also try clearing the view cache.