1 Answer
So I figured out the solution with aynber guess. I try catched the accesstoken line and set debug to true. It was missing the Personal Client ID, so I ran php artisan passport:client --personal and it worked.
That happens because the client id is self-generated when you first run artisan passport:install. But when you are cloning a repo and running a migration and a composer install command, you really never run passport:install, so a new client personal id must be run manually.
0 comments:
Post a Comment
Thanks