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
My understanding is that all of this code runs only server-side
In that case, there is no benefit to trying to fallback to
`NEXT_PUBLIC_VERCEL_URL` (the only case where it's necessary is for
client-side code, where there is obviously no `process.env` at runtime.)
This means that the JS chunks in the serverless function are now
deterministic as `NEXT_PUBLIC_` always inlined the value into the JS
chunk
0 commit comments