usama7365 / developer-community

community site soon❤️
23 stars 0 forks source link

Not fetching the conversation on frontend #11

Closed VisalRazaZaidi closed 3 weeks ago

VisalRazaZaidi commented 4 weeks ago

Describe the bug not fetching the conversations on frontend

To Reproduce Steps to reproduce the behaviour:

  1. Go to 'useGetConversation.jsx (where you find the fetch URL )' after starting both server frontend or backend
  2. do login (username:visalraza password:123456)
  3. open the inspect element and on the network panel you see the error of fetch issue of conversation

Expected behaviour I want that conversation on the database will get fetched from a URL and appears on frontend in sidebar

Screenshots Inspect Element SS Coversations_Result  ☝this should be the result

Additional context Add any other context about the problem here.

I'm creating a Chat App on MERN Stack and the problem that I'm facing is I want to show conversations which are stored in database

Repo link : https://github.com/VisalRazaZaidi/Chat_app

usama7365 commented 4 weeks ago

Hi @VisalRazaZaidi ,

Thank you for bringing this issue to my attention. I noticed that the repository link you provided is set to private. Could you please make the repository public or share access with me so I can take a closer look at the code and help you resolve the issue?

Looking forward to your response!

Best regards, Usama Aamir(Feline preditor)

VisalRazaZaidi commented 3 weeks ago

repository in now public

VisalRazaZaidi commented 3 weeks ago

i debugged by myself thank you for time bro🥰