mirror of
https://github.com/koel/koel.git
synced 2026-04-26 09:15:59 +03:00
[GH-ISSUE #1429] php artisan koel:init fails to generate app key on first run #818
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#818
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 @tidux on GitHub (Mar 12, 2022).
Original GitHub issue: https://github.com/koel/koel/issues/1429
Describe the bug
I installed Koel as described in https://docs.koel.dev/#using-a-pre-compiled-archive and the default credentials failed.
To reproduce
At this point the bug happens: I am met with a 500 internal server error when I attempt to log in with the default credentials. The error in laravel.log is the following:
Expected behavior
I expected to be able to log in.
Environment
Additional context
Add any other context about the problem here.
@tidux commented on GitHub (Mar 12, 2022):
Update: this appears to be a transient failure with
php koel:init. Re-runningphp artisan koel:init --no-assetswith a pre-configured .env file resolved the issue. This might be worth updating the documentation so I'll leave the ticket open.