notsoocool / codecache

CodeCache is a dynamic web application designed to streamline the way developers manage and access code snippets. The platform provides a comprehensive library of code snippets, allowing users to save, organize, and retrieve useful code snippets for various programming languages and use cases.
https://codecache.tech
MIT License
18 stars 56 forks source link

Fixes #16: Adds profile page #50

Closed priyanshuverma-dev closed 1 month ago

priyanshuverma-dev commented 1 month ago

Changes and improvements

https://github.com/user-attachments/assets/94a84c24-33b6-40b5-92ad-2aa57927e59e

vercel[bot] commented 1 month ago

@priyanshuverma-dev is attempting to deploy a commit to the notsoocool's projects Team on Vercel.

A member of the Team first needs to authorize it.

priyanshuverma-dev commented 1 month ago

Hello @notsoocool, Please review the PR again

notsoocool commented 1 month ago

do the required changes and your PR will be ready to merge

priyanshuverma-dev commented 1 month ago

@notsoocool relative paths like /api/getUserProfile do not work in server components.

notsoocool commented 1 month ago

@notsoocool relative paths like /api/getUserProfile do not work in server components.

Use the client component instead. If you are getting stuck then no worries i will make the required changes and will merge the PR, thankyou

priyanshuverma-dev commented 1 month ago

Good eveing @notsoocool I did some fix. Let me know if it works