update/reload/refresh site if new version of one was deployed cloudfront cloudflare react app
Hello I have a problem that our site fails sometimes if there was deployed a new version and user doesn’t know about deploy(he doesn’t refresh page) and clicks somewhere does something and these actions make requests for files like js chunks, other files, that have been changed, e.g. it was chunk.hash1.js and became chunk.hash2.js and that causes 404 not found and app crash. Any solutions for this issue?