Automatically closed - issue fixed for 2 weeks with no activity.
TypeError: strpos(): Argument #1 ($haystack) must be of type string, Drupal\Core\Url given in strpos() (line 358 of /core/lib/Drupal/Component/Utility/UrlHelper.php)
Traverse to a domain where you're already logged in with a different user account.
Change domain_traversal > src > Controller > DomainTraversal.php - Line 200 from:
':logout' => Url::fromRoute('user.logout'),
To:
':logout' => Url::fromRoute('user.logout')->toString(),
Fixed
2.1
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.