Replies: 16 comments
-
Thanks for opening up an issue. |
Beta Was this translation helpful? Give feedback.
-
Working on this |
Beta Was this translation helpful? Give feedback.
-
Working on this |
Beta Was this translation helpful? Give feedback.
-
From what I understand #536 (comment), |
Beta Was this translation helpful? Give feedback.
-
inside |
Beta Was this translation helpful? Give feedback.
-
From #573, what I'd say is it's not SSR (html generation) and it's a false positive (not leaking). So, I don't consider it's a bug per se. |
Beta Was this translation helpful? Give feedback.
-
btw, do you have a real issue with the current non-ideal behavior? |
Beta Was this translation helpful? Give feedback.
-
Yeah, I will use |
Beta Was this translation helpful? Give feedback.
-
I see. It's unfortunate, but the current workaround would be add a check if such an env var is available or not (and do some fallback that would never be required in the runtime.) |
Beta Was this translation helpful? Give feedback.
-
Current status: #573 (comment) |
Beta Was this translation helpful? Give feedback.
-
I was just thinking about it. Analyzing statically is not possible with current architecture. defineRouter & createPages are designed to isolated from filesystem. |
Beta Was this translation helpful? Give feedback.
-
I hope there's a enviroment like |
Beta Was this translation helpful? Give feedback.
-
Try We might be missing something for |
Beta Was this translation helpful? Give feedback.
-
If we return null for a server component that isn't possible to run during build, will that potentially break collectClientModules?
|
Beta Was this translation helpful? Give feedback.
-
collectClientModules is basically an optimization, so skipping it won't break. |
Beta Was this translation helpful? Give feedback.
-
We no longer have |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
See: himself65@5e8218f
Also exit code shouldn't be
0
Beta Was this translation helpful? Give feedback.
All reactions