---
title: "404 Not Found in Netlify"
canonical: "https://lemwatch.com/http-status-codes/404/in-netlify"
platform: "Netlify"
last_verified: "2026-08-11"
source: "https://lemwatch.com"
---

# HTTP 404 Not Found in Netlify

**Platform** — Netlify — Jamstack hosting with edge functions.

**Where it surfaces** — Netlify's function logs, deploy summary, or the browser DevTools network tab.

## Cause on this platform

The path isn't in the published deploy — a missing `_redirects` rule or a broken pretty-URL config.

## Fix on this platform

Add a `/* /index.html 200` rule to `_redirects` for SPAs, or confirm the file is in the publish directory.


## Generic reference

The requested resource could not be found on the server — the page may have been deleted, moved, or the URL was typed incorrectly.

_Canonical HTML page: https://lemwatch.com/http-status-codes/404/in-netlify_
