Oliver-Tobias Ripka
Oliver-Tobias Ripka
Thanks for the progress on this, here is the output of version `0.3.3` ``` yarn create sidebase yarn create v1.22.19 [1/4] 🔍 Resolving packages... [2/4] 🚚 Fetching packages... [3/4] 🔗...
I also tried a workaround by setting `NODE_TLS_REJECT_UNAUTHORIZED` Now I get another error: ``` % export NODE_TLS_REJECT_UNAUTHORIZED=0 % yarn create sidebase yarn create v1.22.19 [1/4] 🔍 Resolving packages... ⠁ (node:43563)...
@Gobler I ran into the same problem and using `serverDir` fixed it
I tried the second approach at some obvious places in my app where the stack traces helped but then I still get these kind of generic stack traces. Before a...
I just pinned the 1.2.2 version.
The workaround 1 works for me, but I have to do it on every middleware any anything that might get used while prerendering during build including server api routes. It...
Yes, I also get errors and it does not work.