I have followed the steps getting started steps in https://docs.sencha.com/extjs/6.5.0/...g_started.html. When I am running the app by using sencha app watch, it works perfectly fine without any console error under http://localhost:1841/.
When I use sencha app build, under the build folder and production, I see MyApp. When I copy MyApp folder to wwwroot and try to access the index.html from my localhost (I do have IIS & windows 7), I get the below error:
Does anyone know what is wrong or probably what am I doing wrong?
P.S. I tried the development version of the build and got the same error.