TypeError: Cannot read properties of undefined (reading 'ppr') #60535
Replies: 3 comments 6 replies
-
|
I rolled Next back from 14.0.4 to 14.0.1 Now I am getting multiple occurrences of this error:
|
Beta Was this translation helpful? Give feedback.
-
|
from here : https://stackoverflow.com/a/78261018/8122500 i solved in my local project just run but in my engine : |
Beta Was this translation helpful? Give feedback.
-
|
@yogithesymbian Any solution, I'm also trying parallel routes and whenever I navigate to any slot page I get this error. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Page fails immediately with this error.
TypeError: Cannot read properties of undefined (reading 'ppr')
at rD (/Users/donovanwhite/art_folio/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:16:13220)
at /Users/donovanwhite/art_folio/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:16:25097
at AsyncLocalStorage.run (node:async_hooks:346:14)
at Object.wrap (/Users/donovanwhite/art_folio/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:13:16241)
at /Users/donovanwhite/art_folio/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:16:24987
at AsyncLocalStorage.run (node:async_hooks:346:14)
at Object.wrap (/Users/donovanwhite/art_folio/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:13:15489)
at rB (/Users/donovanwhite/art_folio/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:16:24914)
at r7.render (/Users/donovanwhite/art_folio/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:16:28962)
at doRender (/usr/local/lib/node_modules/next/dist/server/base-server.js:1144:40)
TypeError: Cannot read properties of undefined (reading 'ppr')
at rD (/Users/donovanwhite/art_folio/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:16:13220)
at /Users/donovanwhite/art_folio/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:16:25097
at AsyncLocalStorage.run (node:async_hooks:346:14)
at Object.wrap (/Users/donovanwhite/art_folio/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:13:16241)
at /Users/donovanwhite/art_folio/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:16:24987
at AsyncLocalStorage.run (node:async_hooks:346:14)
at Object.wrap (/Users/donovanwhite/art_folio/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:13:15489)
at rB (/Users/donovanwhite/art_folio/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:16:24914)
at r7.render (/Users/donovanwhite/art_folio/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js:16:28962)
at doRender (/usr/local/lib/node_modules/next/dist/server/base-server.js:1144:40)
Beta Was this translation helpful? Give feedback.
All reactions