Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export const sidebarLinks = [
route: '/',
label: 'Home',
},

{
imgURL: '/icons/upcoming.svg',
route: '/upcoming',
Expand All @@ -25,6 +24,11 @@ export const sidebarLinks = [
route: '/personal-room',
label: 'Personal Room',
},
{
imgURL: '/icons/projects.svg',
route: '/projects',
label: 'Projects',
},
];

export const avatarImages = [
Expand Down
30 changes: 30 additions & 0 deletions swc-issue-fix-notes.txt
Original file line number Diff line number Diff line change
@@ -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.
16 changes: 16 additions & 0 deletions todo_issues.txt
Original file line number Diff line number Diff line change
@@ -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