mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #1141] Can't Login on Fedora 31 #663
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#663
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 @navjotjsingh on GitHub (Dec 10, 2019).
Original GitHub issue: https://github.com/koel/koel/issues/1141
Describe the bug
I tried to install it on Fedora 31. Everything went fine. The site loads fine as well. But I can't seem to log in. There is nothing in PHP or Koel logs to suggest any error. I have reset the password manually but doesn't help.
Output of composer install
Had to fix the issue with cache:clear by creating the /var/www/koel/storage/framework/cache/data directory and running the command again.
Output of sudo php artisan koel:init
It always stops at this point. Always need to run it again.
Content of /etc/nginx/sites-available/koel.conf
Expected behavior
It should log in to the admin panel.
Environment
@phanan commented on GitHub (Dec 12, 2019):
What's the (network) error in the console?
@navjotjsingh commented on GitHub (Dec 12, 2019):
@phanan commented on GitHub (Dec 12, 2019):
If you set
APP_DEBUG=truein.envand inspect the network error (one that comes with https://linode.nspeaks.com/api/me 500), what does it say?@navjotjsingh commented on GitHub (Dec 12, 2019):
It is already set.
Rest you can check the error yourself on this page: https://linode.nspeaks.com/api/me ?
Symfony \ Component \ Debug \ Exception \ FatalThrowableError (E_ERROR) Call to undefined method Illuminate\Events\Dispatcher::fire()Did manage to log in once but back to square one now.
Also:
And
Sorry if I sound like a noob. I am new to this stuff.
@phanan commented on GitHub (Dec 12, 2019):
You can check an HTTP request and its response. If you’re not sure how,
please google. The manifest is not the error.
Navjot Singh notifications@github.com schrieb am Do. 12. Dez. 2019 um
20:18: