laravel-analytics
laravel-analytics copied to clipboard
session store not set on request
when i add it as a middleware in Kernel.php protected $middleware = [ ... \AndreasElia\Analytics\Http\Middleware\Analytics::class, ];
i get this error of "sessin store not set on request"
previously i had added this above calling analytics //\Illuminate\Session\Middleware\StartSession::class,
but i guess this does not work with jetstream. it messes up the jetstream (fortify) sessions
i have not figured out how to do this. any suggestions?
Hmm, could be another issue with Jetstream. Could you create a minimum reproducible example with a brand new Laravel 11 and Jetstream install and see if it's still an issue?
Let us know if this is still an issue.