I am using NGINX load balancer. When we load our web page, one of the javascript resources giving "HTTP/1.1 304 Not Modified" string at end of the file.
I checked the resources(js file) in the server and it doesn't have "HTTP/1.1 304 Not Modified" string at the end. But on browser sometime I am seeing this string in end of the file response.
Because of that this js file is not loading.