Man hat ein Hosting + Basic_Auth aktiviert.
Nachdem Authentifizierung (Basic_Auth) zeigt Drupal eine Meldung statt Inhalt "Sie haben keine Zugriffsberechtigung für diese Seite. " (English: You do not have permission to access this page).
Die Lösung ist oft eine Deaktivierung von Basic_Auth Modul von Drupal:
drush pmu basic_auth -y
Comments
The used authentication method is not allowed on this route Di, 02/13/2024 - 21:54
My problem was:
Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException: The used authentication method is not allowed on this route. in Drupal\Core\EventSubscriber\AuthenticationSubscriber->onExceptionAccessDenied() (line 135 of /web/core/lib/Drupal/Core/EventSubscriber/AuthenticationSubscriber.php).
Uninstall basic_auth helped, thanks !
Neuen Kommentar schreiben