Invalid environment variables: { NEXT_PUBLIC_NEXTAUTH_URL: ["Required"] } even though I have this var set up. If I log the env object it seems to be there.client and runtimeEnv objects in my env.mjs file:NEXTAUTH_URL in my .env file:NEXTAUTH_URL="http://localhost:3000"