404 Not found page appears after login and application redirects to dashboard.
There are no error logs.
All artisan commands run without error
But when goto other urls manually from browser it opens without error.
Can you suggest whal shall I do?
Hi,
Do you create the database? Have you run php artisan migrate:fresh --seed
to populate the database with dummy users data.
Thanks