DEV WIKI
프론트엔드 · 오류 메시지·상태명 확인

Page not found

Netlify 공식 원문에 표시된 Page not found 항목의 문구를 확인하는 문서입니다.

빠른 답변

확인 범위
Page not found 문구가 표시되면 이 문서에서 Netlify 공식 원문의 같은 항목과 일치하는지 확인할 수 있습니다. 원문에 없는 원인이나 수정 방법은 이 문서만으로 단정하지 마십시오.
먼저 확인할 항목
현재 화면 또는 로그에서 `Page not found` 문구를 확인합니다.
적용 범위
화면 또는 로그에 같은 오류 메시지·상태명이 표시된 경우
출처
Netlify
출처 확인일
2026-08-03
최종 검토
2026-08-03
관련 기술
오류·수정 제보 (새 창에서 열림)

이 문서의 범위

이 문서는 화면·로그의 오류 메시지 또는 상태명을 공식 자료와 대조하는 데 사용합니다. 이 문구만으로 실제 원인이나 변경 방법을 확정하지 않으며, 아래 관련 기술 문서에서 적용 환경을 추가로 확인해야 합니다.

현재 증상

  • 애플리케이션 오류 메시지

먼저 확인할 항목

현재 화면 또는 로그에서 `Page not found` 문구를 확인합니다.

수집 원문의 발췌문과 현재 문구를 비교합니다.

피해야 할 조치

주의

  • 이 문서는 원문 문구의 일치만 확인합니다. 원문에 없는 원인이나 변경 절차를 단정하지 않습니다.

오류 메시지·상태명 확인 범위

확인 범위

이 문서는 화면 또는 로그에 표시된 Page not found 문구가 Netlify 공식 원문의 항목과 일치하는지 확인합니다.

원문 발췌

Page not found error guide | Netlify Docs More flexibility and credits now available for Pro plans 🎉 Resources / Troubleshooting / Page not found error guide For the complete documentation index, see llms.txt Copy page View as Markdown Copy as Markdown View as Markdown Fix the page not found error so you can get your web project working. Page not found error message Page not found Looks like you've followed a broken link or entered a URL that doesn't exist on this site. If this is your site, and you weren't expecting a 404 for this path, please visit Netlify's "page not found" support guide for troubleshooting tips. Missing files Section titled “Missing files” The most common cause of a page not found error is a missing file. Read on for possible missing files and how to fix this. No index.html file Section titled “No index.html file” Netlify requires some kind of index.html file to be present in the publish directory to serve your web project. If you don't have one, create this file in your web directory and try again. To check files from your deployed project, you can use the Deploy File Explorer: From your project overview, in the left sidebar, choose Deploys. Select your latest published production deploy. This will be the deploy that your production site/app is live at. Under your Deploy summary and Deploy log, review the file structure under Deploy File Explorer. Incorrect publish directory or no publish directory Section titled “Incorrect publish directory or no publish directory” Netlify requires a publish directory to be specified in your Netlify project settings. To check your publish directory: Go to Project configuration > Build settings . Choose Configure and enter your publish directory. If you’re not sure which directory, you can check your web framework’s guidelines or try using public or dist as your publish directory. Confirm your changes. Check for missing files in your deploy Section titled “Check for missing files in your deploy” To check for missing files in your deploy, use Netlify's Deploy File Explorer. Video transcript for Browsing Deploy Files on Netlify For a long time, you've been able to download a zip file of your deploy in order to inspect the files output by your build on Netlify. However, this process was not always ideal because you would need to download the contents of the entire deploy even if you only wanted to inspect one file. This request to generate the zip file was also prone to fail depending on how many files were in the de

확인 절차

  1. 현재 화면 또는 로그에서 Page not found 문구를 확인합니다.
  2. 위 원문 발췌와 문구를 비교합니다.
  3. 문구가 일치하면 이 문서의 출처 링크에서 적용 환경과 원문 전체를 확인합니다.

주의

이 문서는 문구 식별 범위로 제한합니다. 출처가 직접 설명하지 않는 원인, 설정 변경, 권한 변경 또는 복구 절차를 이 문서만으로 실행하지 마십시오.

참고 자료

Page not found error guide | Netlify Docs (새 창에서 열림)

Netlify · 공식 자료 · 확인 범위: 공식 원문에 오류 문구와 해당 항목의 발췌문이 있습니다. · 확인일: 2026-08-03

Page not found | DEV WIKI