Check first your route:list. Also, when creating url links, kindly use route() helper this might help you. You might want to clear your cache also.
route:list looks normal. I see all my routes.
I've done route:clear and cache:clear as well as manually deleting the view files and session files under storage.
Urls with named routes gives the same result.
So the issue was that I didn't know laravel urls were case sensitive.
If my project was in a folder called MyWebsite. Then
mywebsite/public works mywebsite/public/mypage does not work MyWebsite/public/mypage works
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community