mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #1217] Cannot log in when running apache2 #688
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#688
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 @deanlongstaff on GitHub (Apr 18, 2020).
Original GitHub issue: https://github.com/koel/koel/issues/1217
Describe the bug
My Koel directory is owned by www-data, when i try to log in through apache it just shakes with a red box around it. It is the same if i try using laraval running as my debian user, but if i run the laravel server as root then i can sign in and it works.
To reproduce
Steps to reproduce the behavior:
Expected behavior
Log in and work as normal
Environment
My Apache conf:
P.S - I often have to click "Log In" 3 times to actually sign in, is that just due to me using the Laravel server?
@BrookeDot commented on GitHub (Apr 19, 2020):
This does sound like a permissions problems. What are the permissions of the files in your
koelfolder? It sounds like they could be owned by root.It may also help to update Node to v10 or v12.
@deanlongstaff commented on GitHub (Apr 20, 2020):
I have updated to Node v12.16.2 which still isnt working, here is my file permissions:
@phanan commented on GitHub (Apr 21, 2020):
This is not a Koel bug, but appears to be how you set up the server's file permissions. For the "multiple clicks to log in" problem, I'm releasing another version to fix it.