sample-app-aoai-chatGPT
sample-app-aoai-chatGPT copied to clipboard
Failed to load module script: Expected a JavaScript module
While running the code I receive following error
Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/plain". Strict MIME type checking is enforced for module scripts per HTML spec.
The application load blank page.
I think this is same as https://github.com/microsoft/sample-app-aoai-chatGPT/issues/70 ?
I got the same problem on my local Win 10 dev environment. Python 3.11.7.
No errors in console after .\start.cmd. Just blank page at http://localhost:50505 and the mentioned error in Chrome DevTools window.
Workaround from #70 does not work either.
Any update? TIA
Anyone facing the same issue on current version? I'm not able to run the application due to the same issue.
Same problem here, shows empty page, any suggestions