Skip to content

Conversation

@Tanisha-creator13
Copy link

Description

This PR fixes the Supabase authentication import issue in the Resume Generator component by introducing a new SupabaseProvider and updating the root layout.tsx to wrap the application with it.
Additionally, redundant type definitions were removed, and dependencies were updated to align with the latest @supabase/auth-helpers-nextjs package.

Fixes #316

Type of Change

Bug fix (non-breaking change that fixes an issue)

Changes Made

  • Added components/supabase-provider.tsx to manage Supabase authentication context.
  • Updated app/layout.tsx to wrap application with SupabaseProvider.
  • Removed deprecated types/supabase-auth-helpers.d.ts.
  • Updated tsconfig.json to remove unused type references.
  • Updated package.json and package-lock.json with correct dependencies for Supabase auth helpers.

Dependencies

  • Updated to latest @supabase/auth-helpers-nextjs.
  • No new dependencies outside of Supabase-related updates.

Add Screenshots

No UI changes.

Checklist

  • My code follows the style guidelines of this project.
  • I have tested my changes in development mode (npm run dev).
  • This is already assigned Issue to me, not an unassigned issue.

@vercel
Copy link

vercel bot commented Aug 18, 2025

@Tanisha-creator13 is attempting to deploy a commit to the muneerali199's projects Team on Vercel.

A member of the Team first needs to authorize it.

@netlify
Copy link

netlify bot commented Aug 18, 2025

👷 Deploy request for docmagic-muneer pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 120a41d

@netlify
Copy link

netlify bot commented Aug 18, 2025

👷 Deploy request for docmagic1 pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 120a41d

@vercel
Copy link

vercel bot commented Aug 18, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
doc-magic-heob Ready Ready Preview Comment Aug 18, 2025 6:51pm

@Muneerali199
Copy link
Owner

please resolve conflicts @Tanisha-creator13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

3 participants