mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 14:15:53 +03:00
[GH-ISSUE #101] ERROR: oauth-public.key does not exist #134
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anonaddy#134
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mzch on GitHub (Nov 26, 2020).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/101
Unable to operate via WebUI because of
oauth-public.key does not existerror.What's
oauth-public.key?@mzch commented on GitHub (Nov 26, 2020):
Well, I ran
php artisan passport:keys, then fixed.Please add this step in the installation instruction document.
Thanks.
@willbrowningme commented on GitHub (Nov 27, 2020):
Thanks, just added this to the instructions.