Oct 11, 2025
0
Level 1
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
Please or to participate in this conversation.