Page 1 of 1

My account page showing error.

Posted: 05 Oct 2017, 06:58
by sumit kaushik
Hello,

After login myaccount page is showing error
Item with ID "" in "customer.id" not found

Users are showing in both database tables and in admin. Please suggest about it.

Re: My account page showing error.

Posted: 05 Oct 2017, 14:07
by aimeos
Did you changed the "myaccount" route group and removed the "auth" middleware? This can only occur if your user accesses the "My account" page without being logged in. The Laravel authentication redirects the user to the login page if necessary in the standard Laravel auth setup.

Re: My account page showing error.

Posted: 06 Oct 2017, 06:04
by sumit kaushik
My routes.php file has

Route::group(config('shop.routes.account', ['middleware' => ['web', 'auth']]), function() {

Re: My account page showing error.

Posted: 10 Oct 2017, 20:12
by aimeos
Is there a stack trace available in the madmin_log table?