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.
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.