Laravel Livewire post request does not work with localization web URL prefix
I have a problem with setting Laravel 11 locale and livewire 3 working together. The problem is that the Livewire post request 'POST: livewire/update' fails, I'm getting a 404 response but if I disable the locale prefix and Middleware, livewire…