You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Symfony\Component\HttpKernel\Exception\NotFoundHttpException:
at TwoFactorAuthCustomer42/EventListener/CustomerTwoFactorAuthListener.php:247
at Plugin\TwoFactorAuthCustomer42\EventListener\CustomerTwoFactorAuthListener->deviceAuth()
(TwoFactorAuthCustomer42/EventListener/CustomerTwoFactorAuthListener.php:187)
at Plugin\TwoFactorAuthCustomer42\EventListener\CustomerTwoFactorAuthListener->onKernelController()
(vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117)
at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke()
(vendor/symfony/event-dispatcher/EventDispatcher.php:230)
at Symfony\Component\EventDispatcher\EventDispatcher->callListeners()
(vendor/symfony/event-dispatcher/EventDispatcher.php:59)
at Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
(vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154)
at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch()
(vendor/symfony/http-kernel/HttpKernel.php:158)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw()
(vendor/symfony/http-kernel/HttpKernel.php:75)
at Symfony\Component\HttpKernel\HttpKernel->handle()
(vendor/symfony/http-kernel/Kernel.php:202)
at Symfony\Component\HttpKernel\Kernel->handle()
(index.php/:83)
基本設定より、以下設定をする
会員登録を実行すると404となる。
二段階認証設定が有効であれば、以降の処理が実行されるためと思われます。
https://github.com/EC-CUBE/TwoFactorAuthCustomer42/blob/main/EventListener/CustomerTwoFactorAuthListener.php#L183
本人認証と二段階認証のイベントリスナーは分割したほうがよいかなと思いますがいかがでしょう
The text was updated successfully, but these errors were encountered: