Hi,
There is no way you can login into your site on Drupal 9.2 and above.
It is somehow related to "session generation".
https://www.drupal.org/project/drupal/releases/9.2.0
Here is longer log:
RuntimeException: Failed to start the session because headers have already been sent by "/[...]/vendor/symfony/http-foundation/Response.php" at line 1239. w Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start() (line 152 w /[...]/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php)
If I uninstall module everything works perfectly.
Comments
Comment #2
heykarthikwithuhey @szymmszy, thanks for using the module.
This is a bug & will need a fix, marking as normal since this is not breaking the site.
Comment #4
heykarthikwithuAlternate solution is applied, related to
https://www.drupal.org/project/drupal/issues/2730351
https://www.drupal.org/project/drupal/issues/2852657
https://www.drupal.org/project/drupal/issues/2941687
This fix will be released in the upcoming release.
Comment #5
heykarthikwithuFixed in latest 2.3.0 version.