mperezsc

Results 2 comments of mperezsc

Experiencing the same. In my case it works after clearing cache, but once cached, it fails.

> Maybe I found a solution inspired by [this file](https://github.com/stancl/tenancy-docs/blob/577e8b66f4ef417ebffe957e5cc1b5b668d95124/source/docs/v3/integrations/livewire.blade.md?plain=1#L28). > > Remove this block from the `web.php`… > > ``` > Livewire::setUpdateRoute(function ($handle) { > return Route::post('/livewire/update', $handle); >...