How can i create API and get data form bagisto
-
Can someone give me a tutorial about creating an API using GraphQL that retrieve data from bagisto website that we created
-
Hi there,
Please take a reference from Here -
Hello Sanjay,
Thanks for answering
I already follow that and also following this, but when i try in postman, it came to be an error like this
can you help me, what i doing wrong in here?
-
Please check your database credentials in .env file on the project root.
And run the below command after doing correction on .env file.php artisan optimize:clear
-
@sanjay-webkul not working, still have the same error, even i create a new user it still error
-
Hi there,
I guess DB_USERNAME is blank in .env file.
Can you please share your .env file? -
@sanjay-webkul here my .env, i even adding new rule on my firewall to handle port
-
@sanjay-webkul said in How can i create API and get data form bagisto:
Please check your database credentials in .env file on the project root.
And run the below command after doing correction on .env file.Hi there,
Please run the given command on your project root directory and if still you are getting the same issue then please let me know.php artisan optimize:clear
-
Hi there,
as i can check the issue is with your database credentials.please verify the credentials and you can change the db password once and try again.