mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[GH-ISSUE #1968] [Bug]: Server error after updating to v7.6.2 #1045
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#1045
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 @NopeNix on GitHub (Jun 24, 2025).
Original GitHub issue: https://github.com/koel/koel/issues/1968
Originally assigned to: @phanan on GitHub.
Read the Troubleshooting guide.
Reproduction steps
Description
i am using koel server as container (i'm a koel plus user), after updating to latest version i cannot login anymore and receive a error:

using the following docker compose (via portainer, but that should not matter, did work before)
Expected behavior
koel should still be functional after updating
Actual behavior
koel is not functioning anymore
Logs
Browser Dev Tools:
Console Output from Container (restarted container then trying to access webinterface):
storage/logs/laravel.logKoel version
v7.6.2
How did you install Koel?
Official Docker image
Additional information
No response
@phanan commented on GitHub (Jun 24, 2025):
Please run php artisan migrate.
On Tue, Jun 24, 2025 at 10:50 NopeNix @.***> wrote:
@phanan commented on GitHub (Jun 24, 2025):
Better yet,
php artisan koel:init --no-assetsafter composer installOn Tue, Jun 24, 2025 at 11:03 An Phan @.***> wrote:
@NopeNix commented on GitHub (Jun 24, 2025):
i did run
php artisan koel:init --no-assets:This solved my Problem, thanks!
@phanan commented on GitHub (Jun 24, 2025):
I notice that you run the command as root. Please note that this is not
recommended.
On Tue, Jun 24, 2025 at 11:12 NopeNix @.***> wrote: