shuding / nextra

Simple, powerful and flexible site generation framework with everything you love from Next.js.
https://nextra.site
MIT License
11.7k stars 1.27k forks source link

Failed to load search index #2300

Open drewstone opened 1 year ago

drewstone commented 1 year ago

Overview

Recently our search functionality broke without an understanding of why. The console shows a missing file:

9608-603d85f175214640.js:16     GET http://localhost:3000/_next/static/chunks/nextra-data-en-US.json 404 (Not Found)

Anyone know why this file is missing from the static directory and how to fix?

Live issue

image

Repo

Versions tested

No changes across updates for me.

"nextra": "^2.12.3",
"nextra-theme-docs": "^2.12.3",

currently deployed with

"nextra": "^2.0.1",
"nextra-theme-docs": "^2.0.1",
ShrihariMohan commented 10 months ago

Its hapening for me too ! I reviewed the closed pr couldn't find anyting specific !

chrizzly2309 commented 6 months ago

Did anyone find a solution on this one? Having the same issue

ShrihariMohan commented 5 months ago

Did anyone find a solution on this one? Having the same issue

Hey @chrizzly2309 , After creating a new project and migrated the old files here worked. Since my project is a small one , i was able to easily copy/paste it.