Files
wursor/packages/app
SinachPatandClaude Sonnet 4.6 cdf6f8caf3 fix: use dot notation for NEXT_PUBLIC env vars in browserClient
Next.js only statically inlines NEXT_PUBLIC_* variables when accessed via
dot notation (process.env.NEXT_PUBLIC_SUPABASE_URL). The generic requireEnv
helper used bracket notation (process.env[name]) which Next.js cannot
replace at build time, causing the browser bundle to always see undefined
regardless of what is set in the Vercel dashboard.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-06 23:24:43 +01:00
..
2026-04-26 19:41:26 +01:00
2026-04-23 09:39:01 +01:00
2026-05-01 10:41:55 +01:00
2026-05-06 22:11:40 +01:00
2026-04-23 13:46:15 +01:00
2026-05-06 22:11:40 +01:00