Estoy trabajando en un proyecto existente que tiene una configuración de socioboard. Me han asignado para resolver el problema de inicio de sesión/registro. El proyecto está alojado de forma remota. El problema cuando alguien intenta registrarse con Google, Facebook u otras redes sociales muestra "ocurrieron algunos errores, vuelva a cargar la página". el correo electrónico de inicio de sesión también está dando una notificación de imagen roja. En la consola da los siguientes errores.
Failed to load resource: the server responded with a status of 404 (Not Found) plugins/custom/intl-tel-input/build/css/intlTelInput.min.css:1 Failed to load resource: the server responded with a status of 404 (Not Found) login:611 Uncaught ReferenceError: reset is not defined at login:611:45 (anonymous) @ login:611 login:1 [DOM] Found 2 elements with non-unique id #emailId: <input class="form-control form-control-solid h-auto py-7 rounded-lg font-size-h6" type="text" name="email" id="emailId" autocomplete="off" placeholder="Email"> <input class="form-control form-control-solid h-auto py-7 rounded-lg font-size-h6" type="text" name="emailId" id="emailId" autocomplete="off" placeholder="Email"> plugins.bundle.js:3841 jQuery.Deferred exception: SBAppSettings is not defined ReferenceError: SBAppSettings is not defined at HTMLDocument.<anonymous> (http://smm.grit0.com/js/main.js:328:16) at mightThrow (http://smm.grit0.com/plugins/global/plugins.bundle.js:3557:29) at process (http://smm.grit0.com/plugins/global/plugins.bundle.js:3625:12) undefined jQuery.Deferred.exceptionHook @ plugins.bundle.js:3841 process @ plugins.bundle.js:3629 plugins.bundle.js:3850 Uncaught ReferenceError: SBAppSettings is not defined at HTMLDocument.<anonymous> (main.js:328:16) at mightThrow (plugins.bundle.js:3557:29) at process (plugins.bundle.js:3625:12) (anonymous) @ main.js:328 mightThrow @ plugins.bundle.js:3557 process @ plugins.bundle.js:3625 build/js/utils.js?1613236686837:1 Failed to load resource: the server responded with a status of 404 (Not Found) intlTelInput.min.css:1 Failed to load resource: the server responded with a status of 404 (Not Found)No estoy seguro de por donde empezar. Cualquier ayuda sería muy apreciada.