mirror of
https://github.com/koel/koel.git
synced 2026-04-26 09:15:59 +03:00
[GH-ISSUE #1684] Blank page when accessing to my project #922
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#922
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 @davinci-klod on GitHub (Jun 4, 2023).
Original GitHub issue: https://github.com/koel/koel/issues/1684
Describe the bug
Hi,
Since few days, I can no longer access my Koel project. I already had several errors due to a PHP version upgrade that prevented me from starting my server. This being fixed, I can now start my server using yarn dev or yarn hot
I have the following lines:
But when I go to http://localhost:8080/, I can't access my project (ERR_CONNECTION_REFUSED)
and if I try with php artisan serve, it doesn't work much anymore, the project seems to initiate in the console:
"[Sun Jun 4 19:55:17 2023] PHP 7.4.33 development server (http://127.0.0.1:8000) started"
But when I try to access localhost:8000 my page is blank. In the console I have the following errors:
I specify that I then had access to my music server.
Thanking you in advance !
Environment