mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[GH-ISSUE #1155] v4.2.2 stuck on loading screen #664
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#664
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 @calvarado194 on GitHub (Dec 27, 2019).
Original GitHub issue: https://github.com/koel/koel/issues/1155
Describe the bug
Upon loading the web client, whether on mobile or desktop, it stays stuck in the loading screen. No 500 errors are found in the developer tools, and no errors are being logged in storage.I've tried clearing cookies and logins, to no avail.
Environment
Additional context
Server is mounted on Apache 2.4
@phanan commented on GitHub (Dec 28, 2019):
By "stuck" do you mean it totally hangs, or does the loading animation still play?
@calvarado194 commented on GitHub (Dec 28, 2019):
The loading animation still plays, but it stays playing forever.
I believe this is an issue with the web client, as I can confirm API keeps working thru the desktop app.
@vmario89 commented on GitHub (Dec 28, 2019):
hi, i have similar scenario all the time. Because everything i want to open koel instance in desktop application or browser, sometimes i get the same "stucking" message similar to this screenshot:
https://user-images.githubusercontent.com/22930688/49013247-f6443b80-f173-11e8-8b49-999a6bdbdd48.jpg
it requires 15~20 seconds to "unstuck" and to display the albums/songs front view. after this long loading period Koel acts pretty and quick flawlessly.
I tried to inspect with Browser inspector and had a look in apache log files and the apachetop monitor. i re-viewed my web server vhost. looking to find some good settings to make it serving faster.
i already raised the php.ini memory to 512 mb
@BrookeDot commented on GitHub (Apr 21, 2020):
For those having this problem can you upgrade to 4.3.0 and report back if the issue persist?
@calvarado194 commented on GitHub (Apr 21, 2020):
It's been fixed as of v4.3.0. Thanks!
It's also worth mentioning that the bug appears related to Pusher support (I removed my Pusher credentials and everything went back to normal): It appears that Pusher went thru some large changes which broke backwards compatibility.
@BrookeDot commented on GitHub (Apr 22, 2020):
Glad it's working now! I'll go ahead and close this out.