dejwid / ecommerce-front

https://yt-ecommerce-front.vercel.app
312 stars 222 forks source link

TypeError: Cannot read properties of null (reading 'title') #2

Open baeksal opened 1 year ago

baeksal commented 1 year ago

Server Error

TypeError: Cannot read properties of null (reading 'title') This error happened while generating the page. Any console logs will be displayed in the terminal window.

image

obah commented 1 year ago

Ensure all your variables are named and used correctly

sabeen2 commented 1 year ago

goto ecommerce-front/pages/index.js and replace the featuredProductId with actual product id from your mongdb . (const featuredProductId = 'your_actual_product_id';)