Failed to load search index
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
Repo
- https://github.com/webb-tools/webb-docs
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",
Its hapening for me too ! I reviewed the closed pr couldn't find anyting specific !
Did anyone find a solution on this one? Having the same issue
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.