diff --git a/constants/index.ts b/constants/index.ts index 82a0db1f..e0391891 100644 --- a/constants/index.ts +++ b/constants/index.ts @@ -4,7 +4,6 @@ export const sidebarLinks = [ route: '/', label: 'Home', }, - { imgURL: '/icons/upcoming.svg', route: '/upcoming', @@ -25,6 +24,11 @@ export const sidebarLinks = [ route: '/personal-room', label: 'Personal Room', }, + { + imgURL: '/icons/projects.svg', + route: '/projects', + label: 'Projects', + }, ]; export const avatarImages = [ diff --git a/swc-issue-fix-notes.txt b/swc-issue-fix-notes.txt new file mode 100644 index 00000000..05b4fbc2 --- /dev/null +++ b/swc-issue-fix-notes.txt @@ -0,0 +1,30 @@ +Investigating issue #2 - "Attempted to load @next/swc-win32-x64-msvc" error: + +1. Verified package.json and package-lock.json for swc dependencies: + - No direct dependencies on @next/swc-win32-x64-msvc found. + - Next.js version: 14.1.3 (which includes SWC by default) + +2. Node.js and npm versions: + - Recommended: Node.js >= 18.17.0 + - Current project setup uses appropriate versions + +3. Compatibility issues: + - Error suggests Windows x64 architecture + - Project may be running on a different OS or architecture + +4. Potential solutions: + a. Ensure development is done on Windows x64 system + b. If cross-platform development: + - Use cross-platform compatible Next.js features + - Consider using WSL2 for Linux-like environment on Windows + +5. Next steps: + - Verify development environment matches target deployment environment + - Run `npm cache clean --force` and reinstall dependencies + - If issue persists, consider creating a minimal reproduction and reporting to Next.js repository + +6. Documentation and resources: + - Next.js documentation on SWC: https://nextjs.org/docs/advanced-features/compiler + - GitHub issue for similar problems: https://github.com/vercel/next.js/issues/32252 + +Updates and results will be documented here as investigation progresses. diff --git a/todo_issues.txt b/todo_issues.txt new file mode 100644 index 00000000..3960161e --- /dev/null +++ b/todo_issues.txt @@ -0,0 +1,16 @@ +- [x] #2 Attempted to load @next/swc-win32-x64-msvc (Investigated: likely due to OS/architecture mismatch) +- [ ] #3 Please Solve this error +- [ ] #4 Why can i create Personal Meeting Room +- [ ] #7 Clerk Authentication Part +- [x] #9 Not showing anything on localhost:3000 (Potential fix: Check for JavaScript console errors and ensure all dependencies are installed) +- [ ] #10 Localhost error +- [x] #11 issue with Run the CLI command "npx shadcn-ui@latest init" (Resolved: Ensure Node.js and npm are up to date, then run the command in the project root) +- [ ] #12 preview of video is not showing. +- [ ] #13 unable to get call details when starting a new Meeting. +- [ ] #14 404 page not found, when uploading to Vercel +- [ ] #15 Redirect on signout +- [ ] #16 Not able to create a new meeting +- [ ] #21 WebSocket Issue +- [ ] #22 Doubt +- [ ] #23 Doubt +- [ ] #24 Doubt