mirror of
https://github.com/koel/koel.git
synced 2026-04-26 17:25:59 +03:00
[GH-ISSUE #1422] page not found with black screen after installation and all succesfully finished with no error #816
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#816
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 @adetheprince on GitHub (Feb 10, 2022).
Original GitHub issue: https://github.com/koel/koel/issues/1422
I am using php 7.4
apache server
used sudo when installed since I occurred so many error without sudo (Oops! Koel installation or upgrade didn't finish successfully.
Please try again, or visit https://docs.koel.dev for manual installation.
😥 Sorry for this. You deserve better)
update node after soo many version error to 12.*
database succefully installed and data can be seen on the mysql panel, admin user created
all what I get is a blak page saying not found
any idea why?
I once installed it and it went to login page but it didnt let me login and it flick as i am putting the password or user name wrong, I have tried the default one but it didnt work eg
(🎆 Success! Koel can now be run from localhost with
php artisan serve.Log in with email admin@koel.dev and password KoelIsCool
Again, visit 📙 https://docs.koel.dev for the official documentation.
Feeling generous and want to support Koel's development? Check out https://github.com/users/phanan/sponsorship 🤗
Thanks for using Koel. You rock! 🤘)
and also tried to change the admin password with (sudo php artisan koel:admin:change-password) and says succefully changed but didnt work.
Now after many tries changing permission and ownership still didnt work and all i am getting is this page as soon as i finsihed installation, I am noob but I have installed many Laravel project without issue.
I pointed the server to my main html direcotry, changed the path for my website to the keol public folder eg /var/www/html/koel/public
checked the .env file and all correct data for mysql connection also changed the url eg. APP_URL=http://example.com
please be aware I have followed the steps given on your site but I had no lack testing this due to soo many error but I have managed to search on google and passed those error.
This issue was never mentioned here. This is not a regular 404 page its koel issue i guess.
@phanan commented on GitHub (Apr 13, 2022):
Koel doesn't officially support installation under a subpath. Please try with a subdomain (e.g., koel.noramars.com) instead.