-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Nextjs with pages router.
Versions to reproduce:
"@vercel/speed-insights": "^1.0.11",
"next": "14.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
When I add the <SpeedInsights />
to _app.tsx, the app breaks. When trying to build the project, I get Generating static pages (0/2) [ ]TypeError: Cannot read properties of null (reading 'entries')
.
Related issues:
- Next.js 14.0.0
/pages
app:SpeedInsights
import causes breaking changes #37 TypeError: Cannot read properties of null (reading 'entries')
#56
I have tried to work around this with different versions, but not being able to find anything that works. Have deleted my .next folder and rebuilt the project for each install.
Any suggestions for compatible package versions that would make the build pass?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working