i have a Next Js 14 app, the issue is before making the project live i had to change the routing names inside the pages/ so example: instead of Charts i did charts and same changes to the other pages, now after making the project live and accessing the “charts” page, it shows 404 not found but directly accessing the “Charts” works just fine. Should i revert the changes or anything related to caching ?
all i can find is the redirect the page to a specific route.
C M is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.