mirror of
https://github.com/koel/koel.git
synced 2026-04-26 17:25:59 +03:00
[GH-ISSUE #294] Cant add songs to my playlist and cant logout with apache #211
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#211
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 @Arendt on GitHub (Apr 6, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/294
I use apache and can not add music to my playlist and the logout button does not work.
Koel Version: 2.2.0
Error in Chrome Console when try to add music:
Error in Chrome Console when try to logout:
My apache config:
@BernardGoldberger commented on GitHub (Apr 6, 2016):
From the console you should be able to right click the link and open in new tab, it might provide some additional detail for the error.
@Arendt commented on GitHub (Apr 6, 2016):
First link (https://music.my-domain.com/api/playlist/3/sync):
Second link (https://music.my-domain.com/api/me):
@BernardGoldberger commented on GitHub (Apr 6, 2016):
I would start by running
gulpand clearing the page cache (not sure if that part is necessary but wouldn't hurt).@phanan commented on GitHub (Apr 6, 2016):
Not for non-GET actions (hence the next errors provided by @Arendt, as
playlist/syncis aPUT, and log out is aDELETE).My guess is something went wrong with the session. Try por… ahem, icognito mode, and see if it works?
@Arendt commented on GitHub (Apr 6, 2016):
Same error with incognito mode
@phanan commented on GitHub (Apr 7, 2016):
Seems like an error with your Apache conf. Try using a tool like Postman and do the requests manually?
@phanan commented on GitHub (Apr 14, 2016):
Closing due to inactivity.