mirror of
https://github.com/koel/koel.git
synced 2026-04-26 09:15:59 +03:00
[GH-ISSUE #1795] Can't login after updating to v7.0.6 #996
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#996
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 @kazukyakayashi on GitHub (Jul 16, 2024).
Original GitHub issue: https://github.com/koel/koel/issues/1795
Describe the bug
I can't connect to my account from the web interface (PC) and the mobile application (Android) after updating my Koel 6.12.1 to 7.0.6.
Screenshots

Environment
Server :
@phanan commented on GitHub (Jul 16, 2024):
Please paste the relevant log.
@kazukyakayashi commented on GitHub (Jul 17, 2024):
Updated to 7.0.8 but I still have the same problem :
laravel.log
And i have many
Error: Request failed with status code 500on Firefox dev prompt@phanan commented on GitHub (Jul 17, 2024):
7.0.8 wasn't meant to fix your issue. Also, there's no
v6/API/DataController.php. Your installation is messed up somehow.I'd suggest rebuilding the docker container.
@kazukyakayashi commented on GitHub (Jul 17, 2024):
I don't use Docker, but just the pre-compiled version.
@phanan commented on GitHub (Jul 17, 2024):
Oh, then it makes a lot of sense! Please see reinstalling Koel afresh.
@phanan commented on GitHub (Jul 17, 2024):
In your case, I reckon you can just delete
appandconfigbefore extracting the archive.@kazukyakayashi commented on GitHub (Jul 17, 2024):
It's fine, but I had to completely reinstall Koel.
Edit : I think this should also be mentioned in the documentation if you're using the pre-compiled version.
@phanan commented on GitHub (Jul 17, 2024):
You're right, the documentation can totally be improved on this end. Thanks for the patience!
@kazukyakayashi commented on GitHub (Jul 17, 2024):
No problem, that's normal, thank you for your work.
@phanan commented on GitHub (Jul 17, 2024):
FWIW, the docs have been updated to provide more useful guidance.