Dumped Contents
In
SecurityController.php
line 39:
$hasInternet = $this->internetChecker->hasInternetConnection();
// Guardamos el estado en una variable
$connectionStatus = $hasInternet ? 'true' : 'false';
dump($connectionStatus);
$error = $authenticationUtils->getLastAuthenticationError();
$lastUsername = $authenticationUtils->getLastUsername();
"true"
In
SecurityController.php
line 57:
$mensaje = $userData['Mensaje'];
}
} else {
dump('No hay mensaje disponible en user_data');
}
#ERROR 500 cuando backend no devuelve api An error occurred during authentication: HTTP/1.1 500 Internal Server Error returned for \"http://localhost:8086/api/loging/authenticate\
"No hay mensaje disponible en user_data"