TypeError: Cannot read property 'posts' of undefined
hello, i get this error when load localhost:3000
what is the problem? bellow is my .env config:
MONGO_URL=mongodb://127.0.0.1:27017/next-graphql AUTH_SECRET=as SESSION_SECRET=ss PORT=4000 CLIENT_URL_DEV=http://127.0.0.1:3000 CLIENT_URL_PROD=https://next-graphql.now.sh GOOGLE_CLIENT_ID=gcid GOOGLE_SECRET_ID=gsid GA_TRACKING_ID=gtid ROOT_URL_DEV=http://127.0.0.1:4000 ROOT_URL_PROD=https://next-graphql-api.now.sh CLOUDINARY_PRESET=vhvuj1cw CLOUDINARY_KEY=233327915763333 CLOUDINARY_NAME=teseh
Did you run the server as well?
Did you run the server as well?
yes. both server and client runing.

Oh, yes. You'd have to make some sample data in the DB first.
If you are still stuck, I can send you some data. :)
thank you saifookhan . yes , please send me some sample data.