Bug Report
Get assertion error after login.
AssertionError (1)
assert($this->authenticationService instanceof AuthenticationServiceInterface)
Summary
After login the handler PostLoginAccountHandler::handle encounters a failed assertion. The assertion asserts that Laminas\Authentication\AuthenticationService is an instance of Core\App\Service\AuthenticationServiceInterface .
Current behavior
AssertionError is thrown
How to reproduce
- Login with valid credentials.
Expected behavior
Being able to see the admin dashboard after login.
Bug Report
Get assertion error after login.
Summary
After login the handler
PostLoginAccountHandler::handleencounters a failed assertion. The assertion asserts thatLaminas\Authentication\AuthenticationServiceis an instance ofCore\App\Service\AuthenticationServiceInterface.Current behavior
AssertionError is thrown
How to reproduce
Expected behavior
Being able to see the admin dashboard after login.