The file “oauth-public.key” doesn’t exist

Laraship QuestionsCategory: TechnicalThe file “oauth-public.key” doesn’t exist
henry.rivero asked 4 years ago
I have the following problem, when I try to save or edit certain data in settings, it indicates the error: "Server error" When I review Laravel.log it tells me: $Exception(code: 0): Key path \"file:///var/www/html/directory-development/storage/oauth-public.key\" does not exist or is not readable at /var/www/html/directory-development/vendor/league/oauth2-se The file "oauth-public.key" doesn't exist. So how do I generate it? This occurs in Laraship-marketplace as in Laraship-Directory Thanks
1 Answers
laraship Staff answered 4 years ago
Hello, this means you missed to generate passport keys, please run the following command at your console
php artisan passport:install