[Vuejs]-The api requests are getting 404 error after one minute, which is working fine in my local, will be sharing the webpack-dev config file

0👍

Yeah the issue was resolved in local by making changes in webpack.
But our App is deployed in nginx where we need to change the configuration in the machine where the actual server is running..
1. change the configuration related to timeout under http section.
2. reload nginx
These things worked for me.

And webpack is designed to just help developers while developing the application.

Leave a comment