[GH-ISSUE #1684] Blank page when accessing to my project #922

Closed
opened 2026-02-26 02:34:39 +03:00 by kerem · 0 comments
Owner

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:

ℹ 「wds」: Project is running at http://localhost:8080/
ℹ 「wds」: web pack output is served from http://127.0.0.1:8080/
ℹ 「wds」: non-webpack content is served from /Users/emmanuel/Sites/koel/koel/public
ℹ 「wds」: 404s will fall back to /index.html

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:

[Sun Jun 4 19:55:28 2023] 127.0.0.1:62194 Accepted
[Sun Jun 4 19:55:28 2023] 127.0.0.1:62194 Closing
[Sun Jun 4 19:56:34 2023] 127.0.0.1:62187 Closed without sending request; it was probably just an unused speculative pre-login
[Sun Jun 4 19:56:34 2023] 127.0.0.1:62187 Closing
[Sun Jun 4 19:57:28 2023] 127.0.0.1:62211 Accepted
[Sun Jun 4 19:57:28 2023] 127.0.0.1:62213 Accepted
[Sun Jun 4 19:57:28 2023] 127.0.0.1:62211 Closing

I specify that I then had access to my music server.

Thanking you in advance !

Environment

  • Koel version => How can I retrieve this information?
  • OS: macOS Ventura
  • Mozilla Firefox
  • PHP 7.4
  • Node 9.9.0
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: ``` ℹ 「wds」: Project is running at http://localhost:8080/ ℹ 「wds」: web pack output is served from http://127.0.0.1:8080/ ℹ 「wds」: non-webpack content is served from /Users/emmanuel/Sites/koel/koel/public ℹ 「wds」: 404s will fall back to /index.html ``` 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: ``` [Sun Jun 4 19:55:28 2023] 127.0.0.1:62194 Accepted [Sun Jun 4 19:55:28 2023] 127.0.0.1:62194 Closing [Sun Jun 4 19:56:34 2023] 127.0.0.1:62187 Closed without sending request; it was probably just an unused speculative pre-login [Sun Jun 4 19:56:34 2023] 127.0.0.1:62187 Closing [Sun Jun 4 19:57:28 2023] 127.0.0.1:62211 Accepted [Sun Jun 4 19:57:28 2023] 127.0.0.1:62213 Accepted [Sun Jun 4 19:57:28 2023] 127.0.0.1:62211 Closing ``` I specify that I then had access to my music server. Thanking you in advance ! **Environment** - Koel version => How can I retrieve this information? - OS: macOS Ventura - Mozilla Firefox - PHP 7.4 - Node 9.9.0
kerem closed this issue 2026-02-26 02:34:39 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#922
No description provided.