abhay-raj19 / FitBody

Star the Repo⭐.
https://fit-body-delta.vercel.app
MIT License
69 stars 120 forks source link

Fixed 🐞 "404 Routing Navigation Errors" For The Pages #427

Open MastanSayyad opened 2 weeks ago

MastanSayyad commented 2 weeks ago

Description

Fix Issue request in PR #307

image

Hey @abhay-raj19 and @Ayushhgupta39 I have solved the 404 page not found error after deployment and build setup.

To rectify the {404 Not Found Error}, it is necessary to establish redirect and rewrite rules for the React Router application. These rules will assist the application preventing the "Page Not Found" error.

It was essential for this configurations bcoz the other pages will only work for short period after refreshing the page it will show 404 page not found error Except Home Page

That's why I created a vercel.json file in the root directory of the project. This file will enable Vercel to configure the routing accurately.

image

Type of change

Checklist:

vercel[bot] commented 2 weeks ago

@MastanSayyad is attempting to deploy a commit to the abhayraj19's projects Team on Vercel.

A member of the Team first needs to authorize it.

MastanSayyad commented 2 weeks ago

@Ayushhgupta39 Please merge this PR as it is essential for Pages Routing navigations without any error. also add the labels, Thank You!!

MastanSayyad commented 1 week ago

@Ayushhgupta39