[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live) [Help](/c/help/9) # Vercel deployment returns 404 error on page refresh for internal links 1 view · 0 likes · 3 posts Developingsoulnet (@developingsoulnet) · 2026-04-12 Hello! ## Problem My Vercel project seems to be working fine until the page is refreshed while the user is on an internal link (such as `/profile`), at which point it returns a `404` error. ## Current Behavior - Navigating via internal links works correctly. - Refreshing the page on any route other than the root results in a `404` error. Are there any fixes to this or is it just user error? system (@system) · 2026-04-12 There's another community post with 404 debugging tips that might be helpful. Please give these solutions a try and let us know how it goes. https://community.vercel.com/t/debugging-404-errors/437 A human should be around soon to offer more advice. But you can also get helpful information quickly by asking [v0](https://v0.app/). Pauline P. Narvas (@pawlean) · 2026-04-12 Did you check the link shared above?