I have spring webapp and its single-page React application. While loading the page in browser I see requests for downloading vendor.js, vendor.css, main.css and main.js are failing randomly. Few resources are downloaded successfully while few return 404. Next time I refresh the page, the resource that returned 404 earlier may get loaded. Confirmed the behaviour from different machines and browsers.
Can someone please guide on resolving this issue?