Problem/Motivation

Drupal version: 10.3.10
PHP version: 8.3.9

TypeError: Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher::dispatch(): Argument #1 ($event) must be of type object, string given, called in /web/modules/contrib/social_login/src/Controller/SocialLoginController.php on line 146 in Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch() (line 89 of /web/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php).

TypeError: Symfony\Component\HttpFoundation\RedirectResponse::__construct(): Argument #1 ($url) must be of type string, Drupal\Core\Url given, called in /web/modules/contrib/social_login/social_login.module on line 967 in Symfony\Component\HttpFoundation\RedirectResponse->__construct() (line 35 of /web/vendor/symfony/http-foundation/RedirectResponse.php).

Steps to reproduce

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

dev.drupal.ln created an issue. See original summary.

dev.drupal.ln’s picture

Status: Active » Reviewed & tested by the community
dev.drupal.ln’s picture

Status: Reviewed & tested by the community » Needs review
dev.drupal.ln’s picture

Title: Drupal 10 stable release Compatibility » Compatibility issues with Drupal 10 stable release
dev.drupal.ln’s picture