Open billjunior2010 opened 2 years ago
Hi, can you share some screenshots of your browser's console and your backend terminal shell?
Hi. My terminal shows no error message. Neither does my backend. I even cloned your repository from github. Then connected my database to the .env but I realized no product is showing. no product. I will be sharing two sets of screenshots. one from your cloned app and another from my own website i was trying to build. I am still a very young developer with just a few months of code so I really dont have much experience. but i have been following your code step by step. I even tried to copy your codes and replace mine should in case I have errors yet nothing works. my console doesn't give any errors. that's the weird thing.
On Thu, May 26, 2022, 2:55 PM Hamzza K @.***> wrote:
Hi, can you share some screenshots of your browser's console and your backend terminal shell?
— Reply to this email directly, view it on GitHub https://github.com/basir/mern-amazona/issues/2#issuecomment-1138546791, or unsubscribe https://github.com/notifications/unsubscribe-auth/AY4J5ZVNWM3WOIIFVGYTCOTVL5YFNANCNFSM5W5KCO3A . You are receiving this because you authored the thread.Message ID: @.***>
here is my backend terminal shell
On Thu, May 26, 2022 at 3:29 PM Ambeigwoh Eneigho Jr < @.***> wrote:
Hi. My terminal shows no error message. Neither does my backend. I even cloned your repository from github. Then connected my database to the .env but I realized no product is showing. no product. I will be sharing two sets of screenshots. one from your cloned app and another from my own website i was trying to build. I am still a very young developer with just a few months of code so I really dont have much experience. but i have been following your code step by step. I even tried to copy your codes and replace mine should in case I have errors yet nothing works. my console doesn't give any errors. that's the weird thing.
On Thu, May 26, 2022, 2:55 PM Hamzza K @.***> wrote:
Hi, can you share some screenshots of your browser's console and your backend terminal shell?
— Reply to this email directly, view it on GitHub https://github.com/basir/mern-amazona/issues/2#issuecomment-1138546791, or unsubscribe https://github.com/notifications/unsubscribe-auth/AY4J5ZVNWM3WOIIFVGYTCOTVL5YFNANCNFSM5W5KCO3A . You are receiving this because you authored the thread.Message ID: @.***>
Okay, a few things I would like to clarify: first, this is not my repository. I am just like you, a beginner. Secondly, I do not see any snapshots that you said you have attached.
However, since you mentioned that your products are not showing, maybe your forgot to seed the items? try this: go to localhost:5000/api/seed [replace 5000 if you've specified a different port number] and then check if the products are still not showing.
Again, there could be other reasons too. Monitor your browser's console.
hello. i recently had a problem with the code. after trying to implement the seeding after connection to database. i followed the code step by step yet immediately i finish all my products disappeared. i have been stuck with it for days. i am on video 20 and i don't have any way to advance and move forward because i don't know where the problem is coming from. please can you help me?