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
When deployed I can not even access some pages as it throws Status 500 error and in logs it shows the same env missing.
I am stuck at it for 3 days now... :{
The text was updated successfully, but these errors were encountered:
I am using
nextjs
with trpc and@t3-oss/env-core
This is my
sst.cinfig.ts
and this is the setup for type safe envs
import { createEnv } from "@t3-oss/env-core";
import { z } from "zod";
When I am trigrring lamnda in dev I am getting
When deployed I can not even access some pages as it throws Status 500 error and in logs it shows the same env missing.
I am stuck at it for 3 days now... :{
The text was updated successfully, but these errors were encountered: