My company’s vue app is hosted on netlify, all builds and deploys work well with no issues but when I navigate to a particular page on the website, the whole page freezes (everything is unclickable) and there are no errors in console.
Site name is reverent-jackson-9f405e.netlify.app
Including a video link demonstrating this error, notice that navigating to the userDocumentHistory page works fine if the user has one document, but when there are more than one document and I try to visit the userDocumentHistory page, the address in the navbar changes but the whole page freezes.
No errors in the console either and this doesn’t happen on localhost
@obiwanpelosi Check your application code for something which may be causing an infinite loop, as it has all the hallmarks of that being what is occurring.
On my system not only does the page freeze, but the browser window does, and my CPU kicks up to full temp and the fan turns on.
It’s not likely to help you diagnose the issue, but it will reveal if it actually has anything to do with being hosted/served from Netlify (which is somewhat unlikely).
You could also compare the resulting build files against those that you get locally and make sure that you’re “comparing apples with apples”.
Hey @obiwanpelosi , we’re wondering if you tried what Nathan suggested in the last post? If so, can you let us know the result? That would be helpful to us if the problem is in fact on Netlify’s side.