You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Object literal may only specify known properties, and 'clientPrefix' does not exist in type 'Omit<StrictOptions<"NEXT_PUBLIC_", { LOG_ENABLED: ZodOptional<ZodString>; LOG_LEVEL: ZodOptional<ZodString>; LOGTAIL_SOURCE_TOKEN: ZodOptional<ZodString>; }, { ...; }, { ...; }, []> & ServerClientOptions<...>, "clientPrefix" | ... 1 more ... | "runtimeEnv"> & { ...; }'.
and everything runs fine if I remove 'clientPrefix' property.
The text was updated successfully, but these errors were encountered:
In a TS based nextJS project with strict typing enforced, I installed packages using
and when I use 'clientPrefix' property to validate that all client side properties have the prefix of 'NEXT_PUBLIC_'
I even tried
but the error remains.
and everything runs fine if I remove 'clientPrefix' property.
The text was updated successfully, but these errors were encountered: