I’m using a node.js application. Everything works perfectly fine as expected in local wappler development. However, when I deploy via FTPS to my on prem IIS node.js server running as a mp2 service. The routing breaks and every single page returns the same {“status”:“404”,“message”:"/ not found."}.
The local port for the http server module is 3001 and is seen from outside the server as https://website.com using a local reverse proxy module.
I can’t for the life of me figure out how to fix this issue.
Hmmm, then I am out of ideas. Thats the only thing that I can think of that would effect all routes. Maybe someone with better Node understanding can jump in here.
@guptast or @TMR would either of you be able to assist with this? I noticed both of ya’ll were assisting with IIS routing in the forms before. I’m beyond stuck at this point and any help at all would be much appreciated!
Hi @Liquid_Ice, I’m not running the node apps on IIS anymore. I switched to Docker sometime ago and have also deleted the website/folder under the IIS settings. So I can’t check the exact setup I had at that time.
See if these points can help you in troubleshooting this issue: