mirror of
https://github.com/koel/koel.git
synced 2026-04-26 17:25:59 +03:00
[GH-ISSUE #658] Session expiring after manual install #469
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#469
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 @mfissehaye on GitHub (Sep 26, 2017).
Original GitHub issue: https://github.com/koel/koel/issues/658
I installed Koel locally and I was able to run it correctly the first time. However in the second and third attempts the node packages installation could not complete and I copied node modules folder from previous installation and yarn built.
However everytime I login, an error log appears on the JavaScript console something like authorization error and the login screen shows up after redirection.
I checked out the users table in the database and the admin user's entry has its remember_token column set to null. I have learned from a previous experience in Laravel that the session expires automatically after login if remember_token is not set. This happens mostly when user is created with a seeder or from the tinker console.
What could be wrong?
My intention is to deploy the Koel app on server and I can't run the Koel:init script on server as the yarn stage requires certain amount of memory which my server doesn't fulfill. Is there an automated script to deploy the app to server?
@phanan commented on GitHub (Sep 29, 2017):
You shouldn't even need node_modules – just copy the generated assets over. This must be a different problem altogether. Also
remember_tokenis not used by Koel.