mirror of
https://github.com/koel/koel.git
synced 2026-04-26 09:15:59 +03:00
[GH-ISSUE #1162] Cannot login without manually setting APP_KEY in .env file. #670
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#670
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 @ZielinskiLukasz on GitHub (Jan 1, 2020).
Original GitHub issue: https://github.com/koel/koel/issues/1162
Describe the bug
Cannot login without manually setting APP_KEY in .env file.
To reproduce
Steps to reproduce the behavior:
Expected behavior
Able to login using credentials provided during koel:init step.
Screenshots
N/A
Environment
Additional context
n/a
@kndrtk commented on GitHub (Jan 2, 2020):
Try to use command
php artisan koel:generate-jwt-secret
I have the same problem with Ubuntu 18.4 but a Debian 8 (php 7.0) work well.
@navjotjsingh commented on GitHub (Mar 6, 2020):
Faced the same problem in Fedora 31. #1141
This fixed it.
@navjotjsingh commented on GitHub (Mar 10, 2020):
Has this issue been fixed?
@navjotjsingh commented on GitHub (Mar 21, 2020):
I can still reproduce this error in Fedora 31. The command given by @SLHammer works only for generating the jwt-secret and not the APP_key which somehow the installer doesn't create. I tested with the latest master branch of Koel.
The installer should create the APP_key.
Can you please reopen this ticket?