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.