We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Did you run the server as well?
Sorry, something went wrong.
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.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: