iisnode encountered an error when processing the request

后端 未结 5 1794
时光说笑
时光说笑 2021-01-17 09:49

I\'m trying to check angularjs app with a server side written in node js and this is an error i get when i run in by webmatrix

iisnode encountered an

5条回答
  •  自闭症患者
    2021-01-17 10:12

    For me there were no permissions problem because when I did console.log() in the server I got the log in the iisnode forlder.

    I put all the Express in a try code block and in the try I used logged the exception, I have found out that for some reason iisnode lookup in dist/dist/index.html instead of dist/index.html

    Once I have fixed that the error, everything have been solved.

提交回复
热议问题