Skip to content

[Bug]: **Title:** Fix Supabase Auth Helpers Import Error in Resume Generator Component #316

@Muneerali199

Description

@Muneerali199

🔍 Description

I'm encountering a TypeScript error in the resume-generator.tsx component related to Supabase auth helpers. The error occurs when trying to import @supabase/auth-helpers-react. Error Message:

Component Location:
components/resume/resume-generator.tsx

Current Situation:

  • Using Next.js with Supabase for authentication
  • The resume generator needs proper auth handling
  • Getting multiple GoTrueClient instances warning
  • Need to maintain existing functionality while fixing the auth flow

Expected Behavior:

  • Proper authentication handling
  • No multiple client instances warning
  • Maintain all existing resume generation features

Technical Details:

  • Next.js version: [your version]
  • Supabase version: [your version]
  • @supabase/auth-helpers version: [your version]

Attempted Solutions:

  • Tried different import approaches
  • Attempted to use createPagesBrowserClient
  • Looked at Supabase documentation

Request:
Looking for a contributor to:

  1. Fix the module import error
  2. Implement proper auth handling
  3. Resolve the multiple client instances warning
  4. Ensure backward compatibility

Additional Context:
[Add any other relevant information about your setup]

Priority: Medium

🧪 Steps to Reproduce

Reproduction Steps:

  1. Try to build/run the project
  2. Error appears in the console
  3. Resume generator auth doesn't work properly

🎯 Expected vs. Actual Behavior

No response

💻 Environment

No response

🖼️ Screenshots / Logs

No response

✅ Duplicate Check

  • I have searched the existing issues and found no duplicates.

Metadata

Metadata

Labels

bugSomething isn't workingenhancementNew feature or requesthelp wantedExtra attention is neededlevel 2

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions