i'm using codeigniter 4 and i try to implement Login with Google. so far so good until i got this error when i try to get the result. here the error message:
Fatal error: Declaration of Monolog\Logger::emergency(Stringable|string $message, array $context = []): void must be compatible with Psr\Log\LoggerInterface::emergency($message, array $context = []) in C:\xampp\htdocs\postlite\app\Libraries\vendor\monolog\monolog\src\Monolog\Logger.php on line 669
can anyone help me, please?