What seems to be the problem:
Looks like authentication user (auth()->user()) is null on ajax requests.
Steps to Reproduce:
- Create Livewire Component
- In render() method put: info(auth()->user())
- On initial load user will be logged
- On every new ajax request (for example on wire:click) user will be null.
Are you using the latest version of Livewire:
Do you have any screenshots or code examples: