[GH-ISSUE #2095] [Bug] 500 Internal Server Error on Koel Homepage #1093

Closed
opened 2026-02-26 02:35:13 +03:00 by kerem · 1 comment
Owner

Originally created by @sayem314 on GitHub (Sep 11, 2025).
Original GitHub issue: https://github.com/koel/koel/issues/2095

Upon running the docker-compose.yml file, the Koel service fails to load the homepage and displays a "500 Internal Server Error" message. The Koel container logs show a PHP fatal error related to "headers already sent," which is often a symptom of an underlying application issue. The root cause, as seen in the PostgreSQL database container logs, is a series of relation "personal_access_tokens" does not exist errors. This indicates that the database schema required by Koel has not been created, preventing the application from functioning correctly.

Image
# docker-compose logs
database-1  | The files belonging to this database system will be owned by user "postgres".
koel-1      | running docker-php-entrypoint with arguments apache2-foreground
koel-1      | [Thu Sep 11 07:42:04.715585 2025] [so:warn] [pid 6:tid 6] AH01574: module xsendfile_module is already loaded, skipping
koel-1      | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.18.0.3. Set the 'ServerName' directive globally to suppress this message
koel-1      | [Thu Sep 11 07:42:04.737496 2025] [so:warn] [pid 6:tid 6] AH01574: module xsendfile_module is already loaded, skipping
koel-1      | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.18.0.3. Set the 'ServerName' directive globally to suppress this message
koel-1      | [Thu Sep 11 07:42:04.769065 2025] [mpm_prefork:notice] [pid 6:tid 6] AH00163: Apache/2.4.62 (Debian) PHP/8.4.8 configured -- resuming normal operations
koel-1      | [Thu Sep 11 07:42:04.769109 2025] [core:notice] [pid 6:tid 6] AH00094: Command line: 'apache2 -D FOREGROUND'
koel-1      | [Thu Sep 11 07:42:09.305586 2025] [php:error] [pid 18:tid 18] [client 103.85.183.249:59148] PHP Fatal error:  Uncaught ErrorException: Cannot modify header information - headers already sent by (output started at /var/www/html/vendor/symfony/http-foundation/Response.php:1284) in /var/www/html/vendor/symfony/http-foundation/Response.php:322\nStack trace:\n#0 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(256): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()\n#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():255}()\n#2 /var/www/html/vendor/symfony/http-foundation/Response.php(322): header()\n#3 /var/www/html/vendor/symfony/http-foundation/Response.php(401): Symfony\\Component\\HttpFoundation\\Response->sendHeaders()\n#4 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(219): Symfony\\Component\\HttpFoundation\\Response->send()\n#5 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(196): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->renderHttpResponse()\n#6 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(256): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleException()\n#7 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():255}()\n#8 {main}\n  thrown in /var/www/html/vendor/symfony/http-foundation/Response.php on line 322
koel-1      | [Thu Sep 11 07:42:09.310097 2025] [php:error] [pid 18:tid 18] [client 103.85.183.249:59148] PHP Fatal error:  Uncaught ErrorException: Cannot modify header information - headers already sent by (output started at /var/www/html/vendor/symfony/http-foundation/Response.php:1284) in /var/www/html/vendor/symfony/http-foundation/Response.php:322\nStack trace:\n#0 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(256): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()\n#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():255}()\n#2 /var/www/html/vendor/symfony/http-foundation/Response.php(322): header()\n#3 /var/www/html/vendor/symfony/http-foundation/Response.php(401): Symfony\\Component\\HttpFoundation\\Response->sendHeaders()\n#4 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(219): Symfony\\Component\\HttpFoundation\\Response->send()\n#5 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(196): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->renderHttpResponse()\n#6 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(232): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleException()\n#7 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(256): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleShutdown()\n#8 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():255}()\n#9 {main}\n  thrown in /var/www/html/vendor/symfony/http-foundation/Response.php on line 322
koel-1      | 103.85.183.249 - - [11/Sep/2025:07:42:08 +0000] "GET / HTTP/1.1" 500 1282 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15"
koel-1      | 127.0.0.1 - - [11/Sep/2025:07:42:09 +0000] "GET /sw.js HTTP/1.1" 200 778 "-" "curl/7.88.1"
database-1  | This user must also own the server process.
database-1  | 
database-1  | The database cluster will be initialized with locale "en_US.utf8".
database-1  | The default database encoding has accordingly been set to "UTF8".
database-1  | The default text search configuration will be set to "english".
database-1  | 
database-1  | Data page checksums are disabled.
database-1  | 
database-1  | fixing permissions on existing directory /var/lib/postgresql/data ... ok
database-1  | creating subdirectories ... ok
database-1  | selecting dynamic shared memory implementation ... posix
database-1  | selecting default max_connections ... 100
database-1  | selecting default shared_buffers ... 128MB
database-1  | selecting default time zone ... Etc/UTC
database-1  | creating configuration files ... ok
database-1  | running bootstrap script ... ok
database-1  | performing post-bootstrap initialization ... ok
database-1  | syncing data to disk ... ok
database-1  | 
database-1  | 
database-1  | Success. You can now start the database server using:
database-1  | 
database-1  |     pg_ctl -D /var/lib/postgresql/data -l logfile start
database-1  | 
database-1  | initdb: warning: enabling "trust" authentication for local connections
database-1  | initdb: hint: You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb.
database-1  | waiting for server to start....2025-09-11 07:42:05.620 UTC [48] LOG:  starting PostgreSQL 16.10 (Debian 16.10-1.pgdg13+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 14.2.0-19) 14.2.0, 64-bit
database-1  | 2025-09-11 07:42:05.622 UTC [48] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
database-1  | 2025-09-11 07:42:05.635 UTC [51] LOG:  database system was shut down at 2025-09-11 07:42:05 UTC
database-1  | 2025-09-11 07:42:05.648 UTC [48] LOG:  database system is ready to accept connections
database-1  |  done
database-1  | server started
database-1  | CREATE DATABASE
database-1  | 
database-1  | 
database-1  | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
database-1  | 
database-1  | 2025-09-11 07:42:05.905 UTC [48] LOG:  received fast shutdown request
database-1  | waiting for server to shut down....2025-09-11 07:42:05.906 UTC [48] LOG:  aborting any active transactions
database-1  | 2025-09-11 07:42:05.909 UTC [48] LOG:  background worker "logical replication launcher" (PID 54) exited with exit code 1
database-1  | 2025-09-11 07:42:05.911 UTC [49] LOG:  shutting down
database-1  | 2025-09-11 07:42:05.913 UTC [49] LOG:  checkpoint starting: shutdown immediate
database-1  | 2025-09-11 07:42:05.954 UTC [49] LOG:  checkpoint complete: wrote 926 buffers (5.7%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.019 s, sync=0.018 s, total=0.043 s; sync files=301, longest=0.002 s, average=0.001 s; distance=4273 kB, estimate=4273 kB; lsn=0/191F0D0, redo lsn=0/191F0D0
database-1  | 2025-09-11 07:42:05.964 UTC [48] LOG:  database system is shut down
database-1  |  done
database-1  | server stopped
database-1  | 
database-1  | PostgreSQL init process complete; ready for start up.
database-1  | 
database-1  | 2025-09-11 07:42:06.046 UTC [1] LOG:  starting PostgreSQL 16.10 (Debian 16.10-1.pgdg13+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 14.2.0-19) 14.2.0, 64-bit
database-1  | 2025-09-11 07:42:06.047 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
database-1  | 2025-09-11 07:42:06.047 UTC [1] LOG:  listening on IPv6 address "::", port 5432
database-1  | 2025-09-11 07:42:06.050 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
database-1  | 2025-09-11 07:42:06.059 UTC [64] LOG:  database system was shut down at 2025-09-11 07:42:05 UTC
database-1  | 2025-09-11 07:42:06.068 UTC [1] LOG:  database system is ready to accept connections
database-1  | 2025-09-11 07:42:09.254 UTC [68] ERROR:  relation "personal_access_tokens" does not exist at character 15
database-1  | 2025-09-11 07:42:09.254 UTC [68] STATEMENT:  select * from "personal_access_tokens" where "token" = $1 limit 1
database-1  | 2025-09-11 07:42:09.285 UTC [68] ERROR:  relation "personal_access_tokens" does not exist at character 15
database-1  | 2025-09-11 07:42:09.285 UTC [68] STATEMENT:  select * from "personal_access_tokens" where "token" = $1 limit 1
database-1  | 2025-09-11 07:42:09.302 UTC [68] ERROR:  relation "personal_access_tokens" does not exist at character 15
database-1  | 2025-09-11 07:42:09.302 UTC [68] STATEMENT:  select * from "personal_access_tokens" where "token" = $1 limit 1
database-1  | 2025-09-11 07:42:09.304 UTC [68] ERROR:  relation "personal_access_tokens" does not exist at character 15
database-1  | 2025-09-11 07:42:09.304 UTC [68] STATEMENT:  select * from "personal_access_tokens" where "token" = $1 limit 1
database-1  | 2025-09-11 07:42:09.307 UTC [68] ERROR:  relation "personal_access_tokens" does not exist at character 15
database-1  | 2025-09-11 07:42:09.307 UTC [68] STATEMENT:  select * from "personal_access_tokens" where "token" = $1 limit 1
database-1  | 2025-09-11 07:42:09.309 UTC [68] ERROR:  relation "personal_access_tokens" does not exist at character 15
database-1  | 2025-09-11 07:42:09.309 UTC [68] STATEMENT:  select * from "personal_access_tokens" where "token" = $1 limit 1
Originally created by @sayem314 on GitHub (Sep 11, 2025). Original GitHub issue: https://github.com/koel/koel/issues/2095 Upon running the [docker-compose.yml](https://github.com/koel/docker/blob/master/docker-compose.postgres.yml) file, the Koel service fails to load the homepage and displays a "500 Internal Server Error" message. The Koel container logs show a PHP fatal error related to "headers already sent," which is often a symptom of an underlying application issue. The root cause, as seen in the PostgreSQL database container logs, is a series of `relation "personal_access_tokens" does not exist` errors. This indicates that the database schema required by Koel has not been created, preventing the application from functioning correctly. <img width="614" height="177" alt="Image" src="https://github.com/user-attachments/assets/2b7ea97f-2c68-4ee5-a67c-ec129be86a3b" /> ```bash # docker-compose logs database-1 | The files belonging to this database system will be owned by user "postgres". koel-1 | running docker-php-entrypoint with arguments apache2-foreground koel-1 | [Thu Sep 11 07:42:04.715585 2025] [so:warn] [pid 6:tid 6] AH01574: module xsendfile_module is already loaded, skipping koel-1 | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.18.0.3. Set the 'ServerName' directive globally to suppress this message koel-1 | [Thu Sep 11 07:42:04.737496 2025] [so:warn] [pid 6:tid 6] AH01574: module xsendfile_module is already loaded, skipping koel-1 | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.18.0.3. Set the 'ServerName' directive globally to suppress this message koel-1 | [Thu Sep 11 07:42:04.769065 2025] [mpm_prefork:notice] [pid 6:tid 6] AH00163: Apache/2.4.62 (Debian) PHP/8.4.8 configured -- resuming normal operations koel-1 | [Thu Sep 11 07:42:04.769109 2025] [core:notice] [pid 6:tid 6] AH00094: Command line: 'apache2 -D FOREGROUND' koel-1 | [Thu Sep 11 07:42:09.305586 2025] [php:error] [pid 18:tid 18] [client 103.85.183.249:59148] PHP Fatal error: Uncaught ErrorException: Cannot modify header information - headers already sent by (output started at /var/www/html/vendor/symfony/http-foundation/Response.php:1284) in /var/www/html/vendor/symfony/http-foundation/Response.php:322\nStack trace:\n#0 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(256): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()\n#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():255}()\n#2 /var/www/html/vendor/symfony/http-foundation/Response.php(322): header()\n#3 /var/www/html/vendor/symfony/http-foundation/Response.php(401): Symfony\\Component\\HttpFoundation\\Response->sendHeaders()\n#4 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(219): Symfony\\Component\\HttpFoundation\\Response->send()\n#5 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(196): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->renderHttpResponse()\n#6 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(256): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleException()\n#7 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():255}()\n#8 {main}\n thrown in /var/www/html/vendor/symfony/http-foundation/Response.php on line 322 koel-1 | [Thu Sep 11 07:42:09.310097 2025] [php:error] [pid 18:tid 18] [client 103.85.183.249:59148] PHP Fatal error: Uncaught ErrorException: Cannot modify header information - headers already sent by (output started at /var/www/html/vendor/symfony/http-foundation/Response.php:1284) in /var/www/html/vendor/symfony/http-foundation/Response.php:322\nStack trace:\n#0 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(256): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()\n#1 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():255}()\n#2 /var/www/html/vendor/symfony/http-foundation/Response.php(322): header()\n#3 /var/www/html/vendor/symfony/http-foundation/Response.php(401): Symfony\\Component\\HttpFoundation\\Response->sendHeaders()\n#4 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(219): Symfony\\Component\\HttpFoundation\\Response->send()\n#5 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(196): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->renderHttpResponse()\n#6 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(232): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleException()\n#7 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(256): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleShutdown()\n#8 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->{closure:Illuminate\\Foundation\\Bootstrap\\HandleExceptions::forwardsTo():255}()\n#9 {main}\n thrown in /var/www/html/vendor/symfony/http-foundation/Response.php on line 322 koel-1 | 103.85.183.249 - - [11/Sep/2025:07:42:08 +0000] "GET / HTTP/1.1" 500 1282 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15" koel-1 | 127.0.0.1 - - [11/Sep/2025:07:42:09 +0000] "GET /sw.js HTTP/1.1" 200 778 "-" "curl/7.88.1" database-1 | This user must also own the server process. database-1 | database-1 | The database cluster will be initialized with locale "en_US.utf8". database-1 | The default database encoding has accordingly been set to "UTF8". database-1 | The default text search configuration will be set to "english". database-1 | database-1 | Data page checksums are disabled. database-1 | database-1 | fixing permissions on existing directory /var/lib/postgresql/data ... ok database-1 | creating subdirectories ... ok database-1 | selecting dynamic shared memory implementation ... posix database-1 | selecting default max_connections ... 100 database-1 | selecting default shared_buffers ... 128MB database-1 | selecting default time zone ... Etc/UTC database-1 | creating configuration files ... ok database-1 | running bootstrap script ... ok database-1 | performing post-bootstrap initialization ... ok database-1 | syncing data to disk ... ok database-1 | database-1 | database-1 | Success. You can now start the database server using: database-1 | database-1 | pg_ctl -D /var/lib/postgresql/data -l logfile start database-1 | database-1 | initdb: warning: enabling "trust" authentication for local connections database-1 | initdb: hint: You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb. database-1 | waiting for server to start....2025-09-11 07:42:05.620 UTC [48] LOG: starting PostgreSQL 16.10 (Debian 16.10-1.pgdg13+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 14.2.0-19) 14.2.0, 64-bit database-1 | 2025-09-11 07:42:05.622 UTC [48] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" database-1 | 2025-09-11 07:42:05.635 UTC [51] LOG: database system was shut down at 2025-09-11 07:42:05 UTC database-1 | 2025-09-11 07:42:05.648 UTC [48] LOG: database system is ready to accept connections database-1 | done database-1 | server started database-1 | CREATE DATABASE database-1 | database-1 | database-1 | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/* database-1 | database-1 | 2025-09-11 07:42:05.905 UTC [48] LOG: received fast shutdown request database-1 | waiting for server to shut down....2025-09-11 07:42:05.906 UTC [48] LOG: aborting any active transactions database-1 | 2025-09-11 07:42:05.909 UTC [48] LOG: background worker "logical replication launcher" (PID 54) exited with exit code 1 database-1 | 2025-09-11 07:42:05.911 UTC [49] LOG: shutting down database-1 | 2025-09-11 07:42:05.913 UTC [49] LOG: checkpoint starting: shutdown immediate database-1 | 2025-09-11 07:42:05.954 UTC [49] LOG: checkpoint complete: wrote 926 buffers (5.7%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.019 s, sync=0.018 s, total=0.043 s; sync files=301, longest=0.002 s, average=0.001 s; distance=4273 kB, estimate=4273 kB; lsn=0/191F0D0, redo lsn=0/191F0D0 database-1 | 2025-09-11 07:42:05.964 UTC [48] LOG: database system is shut down database-1 | done database-1 | server stopped database-1 | database-1 | PostgreSQL init process complete; ready for start up. database-1 | database-1 | 2025-09-11 07:42:06.046 UTC [1] LOG: starting PostgreSQL 16.10 (Debian 16.10-1.pgdg13+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 14.2.0-19) 14.2.0, 64-bit database-1 | 2025-09-11 07:42:06.047 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 database-1 | 2025-09-11 07:42:06.047 UTC [1] LOG: listening on IPv6 address "::", port 5432 database-1 | 2025-09-11 07:42:06.050 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" database-1 | 2025-09-11 07:42:06.059 UTC [64] LOG: database system was shut down at 2025-09-11 07:42:05 UTC database-1 | 2025-09-11 07:42:06.068 UTC [1] LOG: database system is ready to accept connections database-1 | 2025-09-11 07:42:09.254 UTC [68] ERROR: relation "personal_access_tokens" does not exist at character 15 database-1 | 2025-09-11 07:42:09.254 UTC [68] STATEMENT: select * from "personal_access_tokens" where "token" = $1 limit 1 database-1 | 2025-09-11 07:42:09.285 UTC [68] ERROR: relation "personal_access_tokens" does not exist at character 15 database-1 | 2025-09-11 07:42:09.285 UTC [68] STATEMENT: select * from "personal_access_tokens" where "token" = $1 limit 1 database-1 | 2025-09-11 07:42:09.302 UTC [68] ERROR: relation "personal_access_tokens" does not exist at character 15 database-1 | 2025-09-11 07:42:09.302 UTC [68] STATEMENT: select * from "personal_access_tokens" where "token" = $1 limit 1 database-1 | 2025-09-11 07:42:09.304 UTC [68] ERROR: relation "personal_access_tokens" does not exist at character 15 database-1 | 2025-09-11 07:42:09.304 UTC [68] STATEMENT: select * from "personal_access_tokens" where "token" = $1 limit 1 database-1 | 2025-09-11 07:42:09.307 UTC [68] ERROR: relation "personal_access_tokens" does not exist at character 15 database-1 | 2025-09-11 07:42:09.307 UTC [68] STATEMENT: select * from "personal_access_tokens" where "token" = $1 limit 1 database-1 | 2025-09-11 07:42:09.309 UTC [68] ERROR: relation "personal_access_tokens" does not exist at character 15 database-1 | 2025-09-11 07:42:09.309 UTC [68] STATEMENT: select * from "personal_access_tokens" where "token" = $1 limit 1 ```
kerem closed this issue 2026-02-26 02:35:13 +03:00
Author
Owner

@phanan commented on GitHub (Sep 12, 2025):

Please follow the issue template.

<!-- gh-comment-id:3283699264 --> @phanan commented on GitHub (Sep 12, 2025): Please follow the issue template.
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#1093
No description provided.