Skip to content

Bug: Authentication broken due to invalid/inactive Supabase URL #11

Description

@JoshuaIgho

The authentication system (both Google OAuth and manual email/password signup) is completely broken because the configured Supabase project URL (ekbpexshuochrplzorce.supabase.co) is returning a DNS_PROBE_FINISHED_NXDOMAIN error. This indicates that the Supabase project has either been deleted, paused due to inactivity, or the project reference ID is incorrect.

To Reproduce

  1. Navigate to the deployed application (v0-infocusmovie.vercel.app).
  2. Click on "Weiter mit Google" (Google Sign-In).
    • Result: Browser redirects to a dead page with a DNS_PROBE_FINISHED_NXDOMAIN error.
  3. Attempt to sign up manually with an email and password.
    • Result: The form displays a red Failed to fetch validation error.

Expected Behavior

  • The Google Auth flow should successfully redirect to the provider.
  • The manual registration should contact a live backend/database API and create the user session.

Possible Solution

The project credentials in the deployment environment variables (NEXT_PUBLIC_SUPABASE_URL or equivalent) need to be updated with an active Supabase project instance. If the database was hosted on a free tier, it may just need to be unpaused via the Supabase dashboard.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions