I have a web application created using ReactJS , NodeJS and Mongo DB on windows. And I am facing issues while deploying the same application on a Linux Server in AWS. Is there any changes to be considered while deploying such?
Is there any changes that needs to be done for the code? Does the path declaration change on the config file?
getting such errors? ENOENT: no such file or directory, stat '/home/ec2-user/Project/Backend/Backend/client/build/index.html'"
1 Replies
ENOENT: no such file or directory, stat '/home/ec2-user/Project/Backend/Backend/client/build/index.html'"T
he above error there isn't usually any thing inside the code that needs to be changed. From the error you provided it seems that your build was not complete successful. it may happen because of some wrong import. when we work with multiple projects in the same ide it happens sometime. So you check if your files have any wrong import