mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[GH-ISSUE #1175] Login Error - Status Code 500 #678
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#678
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 @wlyhdg on GitHub (Jan 24, 2020).
Original GitHub issue: https://github.com/koel/koel/issues/1175
Hi Koel community,
I am trying to play with Koel with potential to help with this open source code! After I successfully install php and go through the setup I serve the login page but I cannot log in with my preset account email + password. When looking at the dev tools on Chrome I see a "POST http://localhost:8000/api/me 500 (Internal Server Error)" . This is verified with Postman as well.
Any idea on why this is the case? Is there a bug or am I missing something in the configuration. Any feedback is welcomed. Bless.
@BrookeDot commented on GitHub (Mar 20, 2020):
Can you tell us more about your server configuration, for example, are you using the Docker Image, NGINX or Apache? It would also be good if you could check both the PHP and server logs for any hints.
You may also find the sample NGINX config handy:
https://github.com/phanan/koel/blob/master/nginx.conf.example
@BrookeDot commented on GitHub (Apr 15, 2020):
I am going to close this issue due to lack of activity. Feel free to reply if you are still having trouble.