mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[GH-ISSUE #1787] Incomplete fix for postgresql #986
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#986
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 @MyPod on GitHub (Jul 14, 2024).
Original GitHub issue: https://github.com/koel/koel/issues/1787
I believe that the changes in
475de94are incomplete. I am unable to log in entirely after the upgrade.The issue is reproducible on a stock v7.0.3 setup relying on PostgreSQL. I'm using PostgreSQL 15 but I don't believe this is relevant.
Simply attempting to log in via the browser after the setup will fail due to a server-side error.
laravel.log contains the following:
Is the distinct() required on line 64 of app/Builders/SongBuilder.php? I've tried commenting it out and it works around my problem.
Environment
@phanan commented on GitHub (Jul 14, 2024):
Let's consolidate at #1785.
@MyPod commented on GitHub (Jul 14, 2024):
Not a problem. There wasn't yet #1785 when I started typing this one up