"Personal access client not found. Please create one. " in Laravel Passport
I am using laravel passport. When i am locally testing my api with postman there is no problem when i am testing with my main domain then postman give me a error.
error : Personal access client not found. Please create one.
I solved this issue by including the following instruction php artisan passport:client --personal inside the DatabaseSeeder.php so each time I need to refresh my database I do seeding also and it works properly
Original answer: stackoverflow.com/a/78812542/2114983