Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

mathewp's avatar

Laravel 8 jetstream profile page not found

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

0 likes
8 replies
jlrdw's avatar

Is it a custom profile page. How are you loading it.

mathewp's avatar

from drop down menu attached to avatar

jlrdw's avatar

Use the network tab to check your request and response.

mathewp's avatar

network showing the error 404.

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..

mathewp's avatar

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

AryNationw's avatar

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

Please or to participate in this conversation.