arunoda / learnnextjs-demo

Demo App of the http://learnnextjs.com
93 stars 139 forks source link

Unhandled Rejection (TypeError): Cannot read property 'replace' of undefined #46

Closed websours closed 6 years ago

websours commented 6 years ago

I am following the lectures on nextjs.org/learn, but on "Fetching Data for Pages" section, the second last tutorial called "Fetch Data in Client Side" says that if you visit a post of batman app directly, you will be able to see the message printed on the server not client. But i am getting this error when i visit a post directly like http:localhost:300/p/475.

Unhandled Rejection (TypeError): Cannot read property 'replace' of undefined.