Relative Content

Tag Archive for node.jsexpressnext.jsiis

IIS Reverse Proxy with NextJS + NodeJS API

I have an NextJS website running on a Windows Server on port 3000. I’ve setted the URL Rewrite to redirect all the requests to port 3000 on the server and everything works fine, the Frontend works correctly. Now I’m trying to integrate the Node/Express Backend running on port 3001 to accept fetches from the Frontend.