https://api.test.rezone.app/login

Exceptions

The key "_username" must be a string, "NULL" given.

Exception

Symfony\Component\HttpKernel\Exception\ BadRequestHttpException

in vendor/symfony/security-http/Firewall.php -> callListeners (line 92)
    in vendor/autoload_runtime.php -> run (line 29)
      require_once('/var/www/test/api/vendor/autoload_runtime.php') in public/index.php (line 5)
      1. <?php
        
        use App\Kernel;
        
        require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
        
        return function (array $context) {
            return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
        };
        

      Stack Trace

      BadRequestHttpException
      Symfony\Component\HttpKernel\Exception\BadRequestHttpException:
      The key "_username" must be a string, "NULL" given.
      
        at vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php:130
        at Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator->getCredentials()
           (vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php:83)
        at Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator->authenticate()
           (vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php:60)
        at Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator->authenticate()
           (vendor/symfony/security-http/Authentication/AuthenticatorManager.php:179)
        at Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator()
           (vendor/symfony/security-http/Authentication/AuthenticatorManager.php:160)
        at Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators()
           (vendor/symfony/security-http/Authentication/AuthenticatorManager.php:140)
        at Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest()
           (vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php:40)
        at Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate()
           (vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php:65)
        at Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate()
           (vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49)
        at Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate()
           (vendor/symfony/security-http/Firewall/AbstractListener.php:26)
        at Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke()
           (vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60)
        at Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke()
           (vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:70)
        at Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners()
           (vendor/symfony/security-http/Firewall.php:92)
        at Symfony\Component\Security\Http\Firewall->onKernelRequest()
           (vendor/symfony/event-dispatcher/Debug/WrappedListener.php:111)
        at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke()
           (vendor/symfony/event-dispatcher/EventDispatcher.php:230)
        at Symfony\Component\EventDispatcher\EventDispatcher->callListeners()
           (vendor/symfony/event-dispatcher/EventDispatcher.php:59)
        at Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
           (vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:152)
        at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch()
           (vendor/symfony/http-kernel/HttpKernel.php:128)
        at Symfony\Component\HttpKernel\HttpKernel->handleRaw()
           (vendor/symfony/http-kernel/HttpKernel.php:74)
        at Symfony\Component\HttpKernel\HttpKernel->handle()
           (vendor/symfony/http-kernel/Kernel.php:202)
        at Symfony\Component\HttpKernel\Kernel->handle()
           (vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
        at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
           (vendor/autoload_runtime.php:29)
        at require_once('/var/www/test/api/vendor/autoload_runtime.php')
           (public/index.php:5)