Livewire Powergrid - 403 error when pg:eventRefresh-default event is fired
Hello everyone
I stumbled upon an issue, and maybe someone here can help me. I can't figure it out.
It's works on local, but on remote, whenever $this->emit('pg:eventRefresh-default'); is fired, i get a modal with "403 Forbidden Access to this resource on the server is denied!". The changes are saved in the database, after a manual refresh everything looks as it should.
So when domain.com/livewire/message/colaborators.colaborators-grid.php (POST) gets called it returns 403 status code
@codewell The 403 Forbidden error typically indicates that the server is refusing to fulfill the request due to insufficient permissions or authentication issues
i think due to this reason you are facing it