We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3c4d32 commit 4af0be2Copy full SHA for 4af0be2
lib/env.ts
@@ -43,7 +43,7 @@ const envSchema = z.object({
43
SENTRY_PROJECT_ID: z.string().optional(),
44
COOKIE_DOMAIN: z
45
.string()
46
- .default(new URL(process.env.PUBLIC_URL ?? "localhost").hostname),
+ .default(new URL(process.env.PUBLIC_URL ?? "http://localhost").hostname),
47
});
48
49
export function validateEnv(
0 commit comments