Error: –
Invalid key supplied {"exception":"[object] (LogicException(code: 0): Invalid key supplied at
Solution :-
composer require laravel/passport
Register the service provider inside config/app.php
composer require laravel/passport
Register the service provider inside config/app.php
Laravel\Passport\PassportServiceProvider::class,
Run the migrations
php artisan migrate
php artisan passport:install
php artisan passport:keys
php artisan passport:client --personal
I hope its helpfull for you.