Next.js logo

Server Environment Variables:

ITS_LOLO: dfasdf

NEXT_PUBLIC_ITS_LOLO: CLIENT_ENV_LOLO

ℹ️ Check your terminal for server-side console logs

Client Environment Variables:

How to Debug:

  1. Open browser DevTools (F12 or Cmd+Option+I)
  2. Go to the Console tab
  3. Look for "Client Environment Variables" logs
  4. You can also inspect the values displayed above