Reputation: 23
Issue: I'm trying to deploy my react js project on iis and it just loads a blank page.
Info: In order to deploy application, I ran npm run build to create a production build and then set up the site through IIS pointing to build folder. From debugging mode in the browser it looks like its not loading some of the js files:
Screenshot of Errors: https://i.sstatic.net/Fwdf6.jpg
Does anyone have any tips on how to solve this issue?
Upvotes: 1
Views: 4127
Reputation: 23
Solution :
Upvotes: 1