Getting error in Heroku server when try to login with Laravel passport Api. Migration and key generation every working fine. But working fine locally.
Can anyone help me how to generate this key in heroku server by using :
heroku run php artisan passport:key
Thank you for your valuable time. Full error message
{
"message": "Key path \"file:///app/storage/oauth-private.key\" does not exist or is not readable",
"exception": "LogicException",
"file": "/app/vendor/league/oauth2-server/src/CryptKey.php",
"line": 48,
"trace": [
{
"file": "/app/vendor/laravel/passport/src/PassportServiceProvider.php",
"line": 243,
"function": "__construct",
"class": "League\\OAuth2\\Server\\CryptKey",
"type": "->"
},
{
"file": "/app/vendor/laravel/passport/src/PassportServiceProvider.php",
"line": 209,
"function": "makeCryptKey",
"class": "Laravel\\Passport\\PassportServiceProvider",
"type": "->"
}
]
}