helia-nextjs example fails with error "missing required error components, refreshing..."
ianconsolata opened this issue · 3 comments
ianconsolata commented
When I run npm i && npm run dev
in the examples/helia-nextjs
folder, the app runs, but only displays a blank page with the error "missing required error components, refreshing...".
Refreshing does not seem to fix the issue.
achingbrain commented
I think you might be running into this error, looks like there's a regression in Next.js 14.1.x
- vercel/next.js#61105
SgtPooki commented
I can repro this error with the helia-nextjs example on main. This issue is resolved when downgrading to 14.0.4 as vercel/next.js#61105 (comment) states.
ianconsolata commented
Thanks for the speedy resolution!