Nishitbaria / Dev-Exchange

A community-driven platform for asking and answering programming questions. Get help, share knowledge, and collaborate with developers from around the world. Explore topics in web development, mobile app development, algorithms, data structures, and more.
https://devexchanges.vercel.app/
MIT License
11 stars 24 forks source link

[FIX] Incorrect Redirection on Clicking Author Username in Collections Page Grid #45

Closed RashidSiddiqui2004 closed 1 month ago

RashidSiddiqui2004 commented 1 month ago

Username in Collections Page Grid

Closes #43

Changes proposed

I corrected the issue by updating the URL parameter from author._id to author.clerkId. This change ensured that the correct identifier (clerkId) is used for fetching data, resolving the redirection problem.

vercel[bot] commented 1 month ago

@RashidSiddiqui2004 is attempting to deploy a commit to the Nishit Baria's projects Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
dev-exchange ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 16, 2024 2:49am
Nishitbaria commented 1 month ago

Thank you for your contribution @RashidSiddiqui2004