Setting up a Next.js solution with a Node.js reverse proxy on ASP.NET Core app
We plan to render content with a NextJS with server-side rendering, client-side routing, working, and where the client app and backend are hosted in the same application. The client app is hosted in its own Noje.js process and then proxied by .NET Core.