-
Notifications
You must be signed in to change notification settings - Fork 595
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logged in user can not track. #405
Comments
Same goes here |
Solved. You should put the tracker's middleware under $middlewareGroups within web. And change the tracker's session model relationship (vendor\pragmarx\src\Vendor\Laravel\Models\Session.php Line 31) as follows unless you are using the default Laravel users table |
How? Show the example plaese... |
|
@bhargav960143 Is this solved ? |
Nop |
@napestershine can you please guide me how can i resolve this issue? |
Any updates on this? Module tracks visits, but user_id column is always NULL. \Auth doesn't provide method check() but Guard does. Does moving to $middlewareGroups->'web' help? |
My app db and tracker db are different.
Config/tracker.php file
Please guide me how can i get user?
Check my kernel.php still user entry is null in tracker session table
The text was updated successfully, but these errors were encountered: