deployment error Vercel Error occurred prerendering page Error: @supabase/ssr: Your project’s URL and API key are required to create a Supabase clien
Summary The deployment failed during the Static Site Generation (SSG) prerender phase in Next.js, specifically when attempting to render the /admin/Expertise page. The build process crashed because the Supabase client library (@supabase/ssr) attempted to initialize a client instance without the required environment variables (NEXT_PUBLIC_SUPABASE_URL and NEXT_PUBLIC_SUPABASE_ANON_KEY). Because these values were missing or undefined at build … Read more