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
Hi, nodejs has a large env support which allows it up to 64Kib. The Rust runtime does not support this and is capped at 4Kib. You may want to unselect the option 'automatically expose system env variables'. Hope this helps!
@dglsparsons Hi, is there another way we could tackle this? This option appears to be global and not runtime specific, we don't want our next.js environment to be affected by this.
Also, out of curiosity, what exactly is the reason behind this increased limit for the Rust runtime?
Hello,
We're getting this error on deployment build of the rust runtime:
Reading through Vercel's limitation docs:
https://vercel.com/docs/projects/environment-variables#environment-variable-size
It seems that the limit should be 64kb.
In any case, we didn't get this error for our node.js serverless functions. What could be wrong here?
The text was updated successfully, but these errors were encountered: