I am using xampp and created a new project lara8 under htdocs folder.
I am unable to load the profile page from dashboard. showing an error page not found
when i click on the menu it shows the link in browser like = http://localhost/user/profile
so here "/lara8/public" portion is missing, If i edit the link and add that , it will work..
I think it is because of base url issue.. i have updated in .env file. But no change. I am using live wire . In which file the router entries are located. In web.php no entries for profile page
Giving you 404/not found means the url is not found
Jetstream route is writted on vendor folder
Vendor/Laravel/fortify/ livewire or inertial depending on package you installed
Then there you will find the route for user/profile
On that route change it to account/profile
The user keyword has issues I think so replace it with account or any other word