Results 14 comments of Kornel

Aaaand? Wouldn't be cool to fix this?

I do not have anything like \Illuminate\Contracts\Session\Middleware\AuthenticatesSessions::class, in Illuminate\Foundation\Http\Kernel.php I tried to comment out this line instead: \Laravel\Jetstream\Http\Middleware\AuthenticateSession::class, but it did not help. I'm still getting log out.

And I'd like to comment one important thing to the maintainer of this package. I can understand that the package can not work with some other software like JetStream. But...

In my case no Livewire 3 component placed on localized route works properly when it comes to update. Routes cached or not. The solution mentioned by dennisvandalen helped though. Still...

Whatever the culprit is both Livewire 3 and LaravelLocalization are quite popular packages. But I'd say it's easier to fix LaravelLocalization. Or at least put the info in the docs...

The workaround is on the top of this thread. Route::group(['prefix' => LaravelLocalization::setLocale()], function () { // Your other localized routes... Livewire::setUpdateRoute(function ($handle) { return Route::post('/livewire/update', $handle); }); }); What is...

@anditriana That is great. Can you share an example of the controller which works for you please?

yes. How to see the page???

Good points. Thank you. I'll correct the ck-media thing and add alt etc