Click the button below to download the latest project archive:
Download .zip FileFile size: ~XX MB
โ ๏ธ FOR DEBUGGING PURPOSES โ FOLLOW THESE STEPS CAREFULLY
C:\Projects\resumatenode --version npm --version
cd C:\Projects\resumate
npm install
.env.localNEXT_PUBLIC_SUPABASE_URL=your_supabase_url NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key SUPABASE_SERVICE_ROLE_KEY=your_supabase_service_role_key NEXT_PUBLIC_SITE_URL=http://localhost:3000 NEXT_PUBLIC_DEV_SUPABASE_REDIRECT_URL=http://localhost:3000/auth/callback
scripts/ folder in this order:
001_create_profiles_table.sql002_create_jobseeker_profiles.sql003_create_hr_profiles.sql004_create_resumes_table.sql005_create_jobs_table.sql006_create_applications_table.sql007_create_support_tickets.sqlnpm run dev
Problem: When visiting http://localhost:3000/auth/login, the Node.js server enters an infinite redirect loop.
Action Needed: Investigate the authentication flow and Supabase redirect logic.
๐ Tugpa sako brod!