Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

FrancDev's avatar

error using a recovery code from the two_factor_recovery_codes table during authentication

Internal Server Error

Copy as Markdown ErrorException unserialize(): Error at offset 0 of 105 bytes

LARAVEL 12.33.0 PHP 8.2.12 UNHANDLED CODE 0

500 POST http://127.0.0.1:8000/two-factor-challenge

App\Http\Middleware\HandleAppearance->handle(object(Illuminate\Http\Request), object(Closure)) app\Http\Middleware\HandleAppearance.php:21

16 */ 17 public function handle(Request $request, Closure $next): Response 18 { 19 View::share('appearance', $request->cookie('appearance') ?? 'system'); 20 21 return $next($request); 22 } 23} 24

0 likes
0 replies

Please or to participate in this conversation.