-
-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nextjs 15 standalone mode support #290
Comments
I was having this issue, and what fixed for me was add |
Thanks, but this doesn't seem to work for me (same errors) |
Sorry, it did indeed work - I just didn't check your code exactly, there was a typo so what worked for me is |
Maybe would be a good idea to include this in the docs? |
You need to add the following to your transpilePackages: ["@t3-oss/env-nextjs", "@t3-oss/env-core"], |
Hi all. I'm trying to deploy a T3 standalone build on a VPS. Upon starting node server.ts I get a bunch of
Invalid environment variables
errors to T3 env being not able to find the variables. Is this a known issue? Is T3 not compatible with standalone mode?The text was updated successfully, but these errors were encountered: