@supabase/server - v1.7.0
    Preparing search index...

    Variable InvalidCredentialsErrorConst

    InvalidCredentialsError: "INVALID_CREDENTIALS" = 'INVALID_CREDENTIALS'

    Generic credential failure. Retained as the fallback code for cases that don't match a more specific one.

    Prior to v1.5 this was the only code withSupabase ever returned for a failed request. Prefer matching on the specific codes — MissingCredentialsError, InvalidApiKeyError, InvalidJwtError — which now cover nearly every real failure.