It seems that this problem happens only with Laravel 5. I tried to debug some code on a Laravel 4 app, and it debugs normally.
Nov 17, 2017
3
Level 1
Laravel 5 with Xdebug always throws "The payload is invalid."
I configured Xdebug on VScode to debug my laravel application. But, when I start to debug, laravel always throws this error: ' Exception has occurred. Illuminate\Contracts\Encryption\DecryptException: The payload is invalid. '
I already tried to run 'php artisan optimize'.
Anyone here already faced this issue? I'm using Laravel 5.5
Please or to participate in this conversation.