Solution : replace
$middleware->append(StartSession::class);
$middleware->append(SetLocale::class);
by
$middleware->web([SetLocale::class]);
in bootstrap/app.php
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community