1

Currently having the most infuriating issue regarding my sites load speed. I thought it was an api loading issue, but it turns out that my production build is causing a livereload.js?snipver=1 issue. It says (pending) for about a minute, and then fails. Is there any way to get rid of livereload or prevent it from coming up in my production build? Is this the issue or is it something else that I'm not seeing? site is www.acquired.homes

Any help is greatly appreciated, let me know if any of my files would help!

  • Seems you did not run a production build – Shivam Jha Nov 04 '22 at 04:33
  • @ShivamJha I am. I've even manually deployed the build folder on an AWS server as well and same result. – Christopher Koziol Nov 07 '22 at 22:40
  • See https://stackoverflow.com/a/64634192/11667949 – Shivam Jha Nov 08 '22 at 05:31
  • Same here, I moved each dev deps in the "devDependencies" section in package.json, then run "yarn build", but still got this livereload script in production – Nemus Dec 20 '22 at 10:08
  • @Nemus I ended up solving the issue by just creating a new build from scratch. Not sure if a dependency got messed up or something, but I created a new vanilla CRA build, ran 'npm run build' right away, then just started copying over the files from my original project. Hope this helps you! – Christopher Koziol Dec 20 '22 at 18:06

0 Answers0