Peter Kellner
Peter Kellner
No, the original templates Microsoft had when ASP.NET Core 2 came out supported server-side rendering with React. That did it by launching a node server from the asp.net core process...
Thanks @cforsyth68
It's working for me with react 16.8.6 and next 8.1.0 on both npm serverside and client side.
Any update on when this issue may be resolved and how it will impact the R19 release schedule?
I just ran into this same issue I believe. You can not set the env variables to be available in developer view, but, you can select them individually to be...
I was thinking in the dev screen where you paste in the environment variables, add a checkbox below that saying “ export all variables at build”, and default that to...
Also, I like the “bug” tag better because as is, if you input your env values in dev mode (like I’m guessing every dev will do), you’ll never know how...
I'm getting this error when I click on a component. `Cannot read properties of undefined (reading 'document')`