Some of my pages in Vue Vite are unresponse after I deployed on Godaddy but some pages are working well. but in localhost all pages are working normally, sometimes when I try to wait too long, Chrome shows an error like this (Error code: Out of Memory), I'm trying for several days but I still can't solve it,when I inspect to see in console Vue show a warning like this below: Maximum recursive updates exceeded. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.
Hope someone could help to solve this problem.