mirror of
https://github.com/koel/koel.git
synced 2026-04-26 09:15:59 +03:00
[GH-ISSUE #1489] TypeError: e is null #853
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#853
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 @SangeloDev on GitHub (Aug 28, 2022).
Original GitHub issue: https://github.com/koel/koel/issues/1489
Describe the bug

When trying to log into my clean install of koel, this happens:
I get a blank homescreen and this error.
If I have to provide you with logs, just tell me which ones an I'll upload them.
I am using the prebuilt binaries. Thanks a ton for the help :D
To reproduce
Steps to reproduce the behavior:
Expected behavior
I can log in normally and go about importing/listening all my songs.
Environment
@phanan commented on GitHub (Aug 30, 2022):
Please follow the issue template and provide all necessary information. You're also encouraged to take a look at
storage/logs/laravel.log.@SangeloDev commented on GitHub (Aug 31, 2022):
I've updated my issue accordingly, sorry for not doing it in the first place.
Also,
storage/logs/laravel.logis empty when this error occurs.@SangeloDev commented on GitHub (Sep 1, 2022):
Funnily enough, I can log in from the mobile app, probably because it only needs the backend. Don't know whether this could help or not, though.
@phanan commented on GitHub (Sep 11, 2022):
I can't reproduce the problem, but why
php artisan serve --port 7447?@SangeloDev commented on GitHub (Sep 11, 2022):
I want to run koel on a different port because I have a lot of other services on my homelab. If that's an issue, I can try running a docker container for koel. I also use a reverse proxy
@SangeloDev commented on GitHub (Sep 11, 2022):
Quick update on the situation: Seems like it could be an NginX problem:

I can access koel directly from my IP address, which I cannot using my domain. I have now switched to docker as well.
@gelokatil commented on GitHub (Sep 23, 2022):
Do you use nginx proxy manager with SSL?
@phanan commented on GitHub (Oct 7, 2022):
I doubt this is a Koel issue.
@Stolz commented on GitHub (Oct 22, 2022):
I'm having the same issue
@SangeloDev commented on GitHub (Oct 22, 2022):
It ended up being a problem with NginX. I am using YunoHost that generates NginX configs for me, so I just regenerated the proxy config and it ended up working. I don't know though what exactly was the issue.