[GH-ISSUE #229] 3.13.1: unable to start container #233

Closed
opened 2026-04-11 09:11:06 -05:00 by GiteaMirror · 6 comments
Owner

Originally created by @jostrasser on GitHub (Mar 15, 2026).
Original GitHub issue: https://github.com/RayLabsHQ/gitea-mirror/issues/229

Originally assigned to: @arunavo4 on GitHub.

Hi,

After updating from 3.12.5 to 3.13.1 I am running into the following errors:

STDOUT
✅ Environment configuration loaded after user creation
STDOUT
✅ No recovery needed (startup script likely handled it)
STDOUT
Starting automatic database cleanup service...
STDOUT
Starting background cleanup service...
STDOUT
✅ Cleanup service started. Will run every 60 minutes.
STDOUT
Starting automatic mirror scheduler service...
STDOUT
[Scheduler] Starting scheduler service
STDOUT
Starting repository cleanup service...
STDOUT
[Repository Cleanup] Starting repository cleanup serv
ice
STDOUT
[Repository Cleanup] Service started, checking every 6 hours
STDOUT
[Scheduler] Auto-start conditions met for user hzLUsbFhq3hld9rnCS1J8WRZnOw9RVCr (scheduleEnabled=true, hasMirrorInterval=true)
STDOUT
[Repository Cleanup] Processing 1 configurations
STDERR
[Repository Cleanup] Warning: CLEANUP_DELETE_FROM_GITEA is false but CLEANUP_DELETE_IF_NOT_IN_GITHUB is true. Proceeding with cleanup.
STDOUT
[Repository Cleanup] Starting repository cleanup for user hzLUsbFhq3hld9rnCS1J8WRZnOw9RVCr
STDOUT
[Scheduler] Auto-start detected from environment variables, triggering initial import and mirror...
STDOUT
[Scheduler] Performing initial auto-start...
STDOUT
[Scheduler] Auto-starting for user hzLUsbFhq3hld9rnCS1J8WRZnOw9RVCr...
STDOUT
[Scheduler] Step 1: Importing repositories from GitHub for user hzLUsbFhq3hld9rnCS1J8WRZnOw9RVCr...
STDOUT
GET /user/repos?per_page=100 - 200 with id 8626:34BFF4:13380F9:117C871:69B6537B in 408ms
STDOUT
[Scheduler] No new repositories to import for user hzLUsbFhq3hld9rnCS1J8WRZnOw9RVCr
STDOUT
[Scheduler] User hzLUsbFhq3hld9rnCS1J8WRZnOw9RVCr already has mirrored repositories, skipping initial mirror (let regular sync handle updates)
STDOUT
[Scheduler] Parsed interval "3600" as 1h
STDOUT
[Scheduler] Scheduling enabled for user hzLUsbFhq3hld9rnCS1J8WRZnOw9RVCr, next sync at 2026-03-15T07:36:43.999Z
STDOUT
[Scheduler] Initial auto-start completed
STDOUT
[Scheduler] Scheduler service started, checking every 1m for scheduled tasks
STDOUT
[Scheduler] To trigger manual sync, check your configuration intervals and ensure SCHEDULE_ENABLED=true or use GITEA_MIRROR_INTERVAL
STDOUT
[Scheduler] Processing 1 valid configurations (out of 1 with scheduling enabled)
STDOUT
[Scheduler] Skipping user hzLUsbFhq3hld9rnCS1J8WRZnOw9RVCr - next run at 2026-03-15T07:36:43.999Z
STDOUT
[Repository Cleanup] No orphaned repositories found for user hzLUsbFhq3hld9rnCS1J8WRZnOw9RVCr
STDERR
Job 15340dcd-ade3-432e-993b-d4f9c638c12f has no log data
STDERR
Job 69c5acd5-a4a3-4dba-a81a-f1588f2186be has no log data
STDERR
Job 9fcf0c89-e998-4994-8fbe-aa53e12a4dd9 has no log data
STDERR
Job f6151d1e-d199-4d2c-8940-58b84b02bdbc has no log data
STDERR
Job d240988a-4b12-48e8-b8c5-8af170507bd7 has no log data
STDERR
Job c705f12d-a7bb-47d5-9bf5-0b04aa1954dd has no log data
STDERR
Job 8b9c051a-38a5-43e7-ad59-d8fa010b5cce has no log data
STDERR
Job 287bca6d-291a-43aa-b3e6-b75131d2c103 has no log data
STDERR
Job ac73b45f-f55f-46e4-b3c2-e1fc95572340 has no log data
STDERR
Job 6c682b5f-3a59-4cc5-980a-a0d4ea48189c has no log data
STDERR
07:36:55 [ERROR] ReferenceError: Cannot access 'page' before initialization.
STDERR
at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58)
STDERR
at processTicksAndRejections (native:7:39)
STDERR
Error in repositories fetch: 15 |   logger;
STDERR
16 |   exec(query) {
STDERR
17 |     this.client.exec(query);
STDERR
18 |   }
STDERR
19 |   prepareQuery(query, fields, executeMethod, isResponseInArrayMode, customResultMapper) {
STDERR
20 |     const stmt = this.client.prepare(query.sql);
STDERR
^
STDERR
SQLiteError: no such column: repositories.imported_at
STDERR
errno: 1,
STDERR
byteOffset: 508,
STDERR
STDERR
at prepare (bun:sqlite:345:37)
STDERR
at prepareQuery (/app/node_modules/drizzle-orm/bun-sqlite/session.js:20:30)
STDERR
at _prepare (/app/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:615:73)
STDERR
at all (/app/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:641:17)
STDERR
at execute (/app/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:650:17)
STDERR
at then (/app/node_modules/drizzle-orm/query-promise.js:21:17)
STDERR
STDERR
Error name: SQLiteError
STDERR
Error message: no such column: repositories.imported_at
STDERR
Error stack: SQLiteError: no such column: repositories.imported_at
STDERR
at prepare (unknown)
STDERR
at prepare (bun:sqlite:345:37)
STDERR
at prepareQuery (/app/node_modules/drizzle-orm/bun-sqlite/session.js:20:30)
STDERR
at _prepare (/app/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:615:73)
STDERR
at all (/app/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:641:17)
STDERR
at execute (/app/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:650:17)
STDERR
at then (/app/node_modules/drizzle-orm/query-promise.js:21:17)
STDERR
at processTicksAndRejections (native:7:39)
STDERR
Job 15340dcd-ade3-432e-993b-d4f9c638c12f has no log data
STDERR
Job 69c5acd5-a4a3-4dba-a81a-f1588f2186be has no log data
STDERR
Job 9fcf0c89-e998-4994-8fbe-aa53e12a4dd9 has no log data
STDERR
Job f6151d1e-d199-4d2c-8940-58b84b02bdbc has no log data
STDERR
Job d240988a-4b12-48e8-b8c5-8af170507bd7 has no log data
STDERR
Job c705f12d-a7bb-47d5-9bf5-0b04aa1954dd has no log data
STDERR
Job 8b9c051a-38a5-43e7-ad59-d8fa010b5cce has no log data
STDERR
Job 287bca6d-291a-43aa-b3e6-b75131d2c103 has no log data
STDERR
Job ac73b45f-f55f-46e4-b3c2-e1fc95572340 has no log data
STDERR
Job 6c682b5f-3a59-4cc5-980a-a0d4ea48189c has no log data
STDOUT
[Scheduler] Processing 1 valid configurations (out of 1 with scheduling enabled)
STDOUT
[Scheduler] Skipping user hzLUsbFhq3hld9rnCS1J8WRZnOw9RVCr - next run at 2026-03-15T07:36:43.999Z
STDERR
Error in repositories fetch: 15 |   logger;
STDERR
16 |   exec(query) {
STDERR
17 |     this.client.exec(query);
STDERR
18 |   }
STDERR
19 |   prepareQuery(query, fields, executeMethod, isResponseInArrayMode, customResultMapper) {
STDERR
20 |     const stmt = this.client.prepare(query.sql);
STDERR
^
STDERR
SQLiteError: no such column: repositories.imported_at
STDERR
errno: 1,
STDERR
byteOffset: 508,
STDERR
STDERR
at prepare (bun:sqlite:345:37)
STDERR
at prepareQuery (/app/node_modules/drizzle-orm/bun-sqlite/session.js:20:30)
STDERR
at _prepare (/app/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:615:73)
STDERR
at all (/app/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:641:17)
STDERR
at execute (/app/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:650:17)
STDERR
at then (/app/node_modules/drizzle-orm/query-promise.js:21:17)
STDERR
STDERR
Error name: SQLiteError
STDERR
Error message: no such column: repositories.imported_at
STDERR
Error stack: SQLiteError: no such column: repositories.imported_at
STDERR
at prepare (unknown)
STDERR
at prepare (bun:sqlite:345:37)
STDERR
at prepareQuery (/app/node_modules/drizzle-orm/bun-sqlite/session.js:20:30)
STDERR
at _prepare (/app/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:615:73)
STDERR
at all (/app/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:641:17)
STDERR
at execute (/app/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:650:17)
STDERR
at then (/app/node_modules/drizzle-orm/query-promise.js:21:17)
STDERR
at processTicksAndRejections (native:7:39)
Image
Originally created by @jostrasser on GitHub (Mar 15, 2026). Original GitHub issue: https://github.com/RayLabsHQ/gitea-mirror/issues/229 Originally assigned to: @arunavo4 on GitHub. Hi, After updating from 3.12.5 to 3.13.1 I am running into the following errors: ``` STDOUT ✅ Environment configuration loaded after user creation STDOUT ✅ No recovery needed (startup script likely handled it) STDOUT Starting automatic database cleanup service... STDOUT Starting background cleanup service... STDOUT ✅ Cleanup service started. Will run every 60 minutes. STDOUT Starting automatic mirror scheduler service... STDOUT [Scheduler] Starting scheduler service STDOUT Starting repository cleanup service... STDOUT [Repository Cleanup] Starting repository cleanup serv ice STDOUT [Repository Cleanup] Service started, checking every 6 hours STDOUT [Scheduler] Auto-start conditions met for user hzLUsbFhq3hld9rnCS1J8WRZnOw9RVCr (scheduleEnabled=true, hasMirrorInterval=true) STDOUT [Repository Cleanup] Processing 1 configurations STDERR [Repository Cleanup] Warning: CLEANUP_DELETE_FROM_GITEA is false but CLEANUP_DELETE_IF_NOT_IN_GITHUB is true. Proceeding with cleanup. STDOUT [Repository Cleanup] Starting repository cleanup for user hzLUsbFhq3hld9rnCS1J8WRZnOw9RVCr STDOUT [Scheduler] Auto-start detected from environment variables, triggering initial import and mirror... STDOUT [Scheduler] Performing initial auto-start... STDOUT [Scheduler] Auto-starting for user hzLUsbFhq3hld9rnCS1J8WRZnOw9RVCr... STDOUT [Scheduler] Step 1: Importing repositories from GitHub for user hzLUsbFhq3hld9rnCS1J8WRZnOw9RVCr... STDOUT GET /user/repos?per_page=100 - 200 with id 8626:34BFF4:13380F9:117C871:69B6537B in 408ms STDOUT [Scheduler] No new repositories to import for user hzLUsbFhq3hld9rnCS1J8WRZnOw9RVCr STDOUT [Scheduler] User hzLUsbFhq3hld9rnCS1J8WRZnOw9RVCr already has mirrored repositories, skipping initial mirror (let regular sync handle updates) STDOUT [Scheduler] Parsed interval "3600" as 1h STDOUT [Scheduler] Scheduling enabled for user hzLUsbFhq3hld9rnCS1J8WRZnOw9RVCr, next sync at 2026-03-15T07:36:43.999Z STDOUT [Scheduler] Initial auto-start completed STDOUT [Scheduler] Scheduler service started, checking every 1m for scheduled tasks STDOUT [Scheduler] To trigger manual sync, check your configuration intervals and ensure SCHEDULE_ENABLED=true or use GITEA_MIRROR_INTERVAL STDOUT [Scheduler] Processing 1 valid configurations (out of 1 with scheduling enabled) STDOUT [Scheduler] Skipping user hzLUsbFhq3hld9rnCS1J8WRZnOw9RVCr - next run at 2026-03-15T07:36:43.999Z STDOUT [Repository Cleanup] No orphaned repositories found for user hzLUsbFhq3hld9rnCS1J8WRZnOw9RVCr STDERR Job 15340dcd-ade3-432e-993b-d4f9c638c12f has no log data STDERR Job 69c5acd5-a4a3-4dba-a81a-f1588f2186be has no log data STDERR Job 9fcf0c89-e998-4994-8fbe-aa53e12a4dd9 has no log data STDERR Job f6151d1e-d199-4d2c-8940-58b84b02bdbc has no log data STDERR Job d240988a-4b12-48e8-b8c5-8af170507bd7 has no log data STDERR Job c705f12d-a7bb-47d5-9bf5-0b04aa1954dd has no log data STDERR Job 8b9c051a-38a5-43e7-ad59-d8fa010b5cce has no log data STDERR Job 287bca6d-291a-43aa-b3e6-b75131d2c103 has no log data STDERR Job ac73b45f-f55f-46e4-b3c2-e1fc95572340 has no log data STDERR Job 6c682b5f-3a59-4cc5-980a-a0d4ea48189c has no log data STDERR 07:36:55 [ERROR] ReferenceError: Cannot access 'page' before initialization. STDERR at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58) STDERR at processTicksAndRejections (native:7:39) STDERR Error in repositories fetch: 15 | logger; STDERR 16 | exec(query) { STDERR 17 | this.client.exec(query); STDERR 18 | } STDERR 19 | prepareQuery(query, fields, executeMethod, isResponseInArrayMode, customResultMapper) { STDERR 20 | const stmt = this.client.prepare(query.sql); STDERR ^ STDERR SQLiteError: no such column: repositories.imported_at STDERR errno: 1, STDERR byteOffset: 508, STDERR STDERR at prepare (bun:sqlite:345:37) STDERR at prepareQuery (/app/node_modules/drizzle-orm/bun-sqlite/session.js:20:30) STDERR at _prepare (/app/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:615:73) STDERR at all (/app/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:641:17) STDERR at execute (/app/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:650:17) STDERR at then (/app/node_modules/drizzle-orm/query-promise.js:21:17) STDERR STDERR Error name: SQLiteError STDERR Error message: no such column: repositories.imported_at STDERR Error stack: SQLiteError: no such column: repositories.imported_at STDERR at prepare (unknown) STDERR at prepare (bun:sqlite:345:37) STDERR at prepareQuery (/app/node_modules/drizzle-orm/bun-sqlite/session.js:20:30) STDERR at _prepare (/app/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:615:73) STDERR at all (/app/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:641:17) STDERR at execute (/app/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:650:17) STDERR at then (/app/node_modules/drizzle-orm/query-promise.js:21:17) STDERR at processTicksAndRejections (native:7:39) STDERR Job 15340dcd-ade3-432e-993b-d4f9c638c12f has no log data STDERR Job 69c5acd5-a4a3-4dba-a81a-f1588f2186be has no log data STDERR Job 9fcf0c89-e998-4994-8fbe-aa53e12a4dd9 has no log data STDERR Job f6151d1e-d199-4d2c-8940-58b84b02bdbc has no log data STDERR Job d240988a-4b12-48e8-b8c5-8af170507bd7 has no log data STDERR Job c705f12d-a7bb-47d5-9bf5-0b04aa1954dd has no log data STDERR Job 8b9c051a-38a5-43e7-ad59-d8fa010b5cce has no log data STDERR Job 287bca6d-291a-43aa-b3e6-b75131d2c103 has no log data STDERR Job ac73b45f-f55f-46e4-b3c2-e1fc95572340 has no log data STDERR Job 6c682b5f-3a59-4cc5-980a-a0d4ea48189c has no log data STDOUT [Scheduler] Processing 1 valid configurations (out of 1 with scheduling enabled) STDOUT [Scheduler] Skipping user hzLUsbFhq3hld9rnCS1J8WRZnOw9RVCr - next run at 2026-03-15T07:36:43.999Z STDERR Error in repositories fetch: 15 | logger; STDERR 16 | exec(query) { STDERR 17 | this.client.exec(query); STDERR 18 | } STDERR 19 | prepareQuery(query, fields, executeMethod, isResponseInArrayMode, customResultMapper) { STDERR 20 | const stmt = this.client.prepare(query.sql); STDERR ^ STDERR SQLiteError: no such column: repositories.imported_at STDERR errno: 1, STDERR byteOffset: 508, STDERR STDERR at prepare (bun:sqlite:345:37) STDERR at prepareQuery (/app/node_modules/drizzle-orm/bun-sqlite/session.js:20:30) STDERR at _prepare (/app/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:615:73) STDERR at all (/app/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:641:17) STDERR at execute (/app/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:650:17) STDERR at then (/app/node_modules/drizzle-orm/query-promise.js:21:17) STDERR STDERR Error name: SQLiteError STDERR Error message: no such column: repositories.imported_at STDERR Error stack: SQLiteError: no such column: repositories.imported_at STDERR at prepare (unknown) STDERR at prepare (bun:sqlite:345:37) STDERR at prepareQuery (/app/node_modules/drizzle-orm/bun-sqlite/session.js:20:30) STDERR at _prepare (/app/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:615:73) STDERR at all (/app/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:641:17) STDERR at execute (/app/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:650:17) STDERR at then (/app/node_modules/drizzle-orm/query-promise.js:21:17) STDERR at processTicksAndRejections (native:7:39) ``` <img width="1899" height="601" alt="Image" src="https://github.com/user-attachments/assets/8eed1433-ddab-4fff-87df-371f0052aa98" />
GiteaMirror added the bug label 2026-04-11 09:11:06 -05:00
Author
Owner

@arunavo4 commented on GitHub (Mar 15, 2026):

@jostrasser Hey looks like the auto genrated drizlekit migration failed. Let me fix it with a patch and will remove the release for now

<!-- gh-comment-id:4062408993 --> @arunavo4 commented on GitHub (Mar 15, 2026): @jostrasser Hey looks like the auto genrated drizlekit migration failed. Let me fix it with a patch and will remove the release for now
Author
Owner

@jostrasser commented on GitHub (Mar 15, 2026):

Hi @arunavo4 many thanks!

Here another log after restart

STDOUT
[Scheduler] Processing 1 valid configurations (out of 1 with scheduling enabled)
STDOUT
[Scheduler] Skipping user hzLUsbFhq3hld9rnCS1J8WRZnOw9RVCr - next run at 2026-03-15T07:46:38.997Z
STDERR
07:47:49 [ERROR] ReferenceError: Cannot access 'page' before initialization.
STDERR
at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58)
STDERR
at processTicksAndRejections (native:7:39)
STDERR
07:47:50 [ERROR] ReferenceError: Cannot access 'page' before initialization.
STDERR
at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58)
STDERR
at processTicksAndRejections (native:7:39)
STDERR
Error in repositories fetch: 15 |   logger;
STDERR
16 |   exec(query) {
STDERR
17 |     this.client.exec(query);
STDERR
18 |   }
STDERR
19 |   prepareQuery(query, fields, executeMethod, isResponseInArrayMode, customResultMapper) {
STDERR
20 |     const stmt = this.client.prepare(query.sql);
STDERR
^
STDERR
SQLiteError: no such column: repositories.imported_at
STDERR
errno: 1,
STDERR
byteOffset: 508,
STDERR
STDERR
at prepare (bun:sqlite:345:37)
STDERR
at prepareQuery (/app/node_modules/drizzle-orm/bun-sqlite/session.js:20:30)
STDERR
at _prepare (/app/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:615:73)
STDERR
at all (/app/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:641:17)
STDERR
at execute (/app/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:650:17)
STDERR
at then (/app/node_modules/drizzle-orm/query-promise.js:21:17)
STDERR
STDERR
Error name: SQLiteError
STDERR
Error message: no such column: repositories.imported_at
STDERR
Error stack: SQLiteError: no such column: repositories.imported_at
STDERR
at prepare (unknown)
STDERR
at prepare (bun:sqlite:345:37)
STDERR
at prepareQuery (/app/node_modules/drizzle-orm/bun-sqlite/session.js:20:30)
STDERR
at _prepare (/app/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:615:73)
STDERR
at all (/app/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:641:17)
STDERR
at execute (/app/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:650:17)
STDERR
at then (/app/node_modules/drizzle-orm/query-promise.js:21:17)
STDERR
at processTicksAndRejections (native:7:39)
STDERR
07:48:20 [ERROR] ReferenceError: Cannot access 'page' before initialization.
STDERR
at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58)
STDERR
at processTicksAndRejections (native:7:39)
STDERR
07:48:21 [ERROR] ReferenceError: Cannot access 'page' before initialization.
STDERR
at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58)
STDERR
at processTicksAndRejections (native:7:39)
STDERR
Job 15340dcd-ade3-432e-993b-d4f9c638c12f has no log data
STDERR
Job 69c5acd5-a4a3-4dba-a81a-f1588f2186be has no log data
STDERR
Job 9fcf0c89-e998-4994-8fbe-aa53e12a4dd9 has no log data
STDERR
Job f6151d1e-d199-4d2c-8940-58b84b02bdbc has no log data
STDERR
Job d240988a-4b12-48e8-b8c5-8af170507bd7 has no log data
STDERR
Job c705f12d-a7bb-47d5-9bf5-0b04aa1954dd has no log data
STDERR
Job 8b9c051a-38a5-43e7-ad59-d8fa010b5cce has no log data
STDERR
Job 287bca6d-291a-43aa-b3e6-b75131d2c103 has no log data
STDERR
Job ac73b45f-f55f-46e4-b3c2-e1fc95572340 has no log data
STDERR
Job 6c682b5f-3a59-4cc5-980a-a0d4ea48189c has no log data
STDOUT
[Scheduler] Processing 1 valid configurations (out of 1 with scheduling enabled)
STDOUT
[Scheduler] Skipping user hzLUsbFhq3hld9rnCS1J8WRZnOw9RVCr - next run at 2026-03-15T07:46:38.997Z
STDERR
07:48:51 [ERROR] ReferenceError: Cannot access 'page' before initialization.
STDERR
at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58)
STDERR
at processTicksAndRejections (native:7:39)
STDERR
07:48:52 [ERROR] ReferenceError: Cannot access 'page' before initialization.
STDERR
at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58)
STDERR
at processTicksAndRejections (native:7:39)
STDERR
07:49:22 [ERROR] ReferenceError: Cannot access 'page' before initialization.
STDERR
at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58)
STDERR
at processTicksAndRejections (native:7:39)
STDERR
07:49:23 [ERROR] ReferenceError: Cannot access 'page' before initialization.
STDERR
at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58)
STDERR
at processTicksAndRejections (native:7:39)
STDERR
Job 15340dcd-ade3-432e-993b-d4f9c638c12f has no log data
STDERR
Job 69c5acd5-a4a3-4dba-a81a-f1588f2186be has no log data
STDERR
Job 9fcf0c89-e998-4994-8fbe-aa53e12a4dd9 has no log data
STDERR
Job f6151d1e-d199-4d2c-8940-58b84b02bdbc has no log data
STDERR
Job d240988a-4b12-48e8-b8c5-8af170507bd7 has no log data
STDERR
Job c705f12d-a7bb-47d5-9bf5-0b04aa1954dd has no log data
STDERR
Job 8b9c051a-38a5-43e7-ad59-d8fa010b5cce has no log data
STDERR
Job 287bca6d-291a-43aa-b3e6-b75131d2c103 has no log data
STDERR
Job ac73b45f-f55f-46e4-b3c2-e1fc95572340 has no log data
STDERR
Job 6c682b5f-3a59-4cc5-980a-a0d4ea48189c has no log data
STDOUT
[Scheduler] Processing 1 valid configurations (out of 1 with scheduling enabled)
STDOUT
[Scheduler] Skipping user hzLUsbFhq3hld9rnCS1J8WRZnOw9RVCr - next run at 2026-03-15T07:46:38.997Z
STDERR
07:49:53 [ERROR] ReferenceError: Cannot access 'page' before initialization.
STDERR
at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58)
STDERR
at processTicksAndRejections (native:7:39)
STDERR
07:49:54 [ERROR] ReferenceError: Cannot access 'page' before initialization.
STDERR
at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58)
STDERR
at processTicksAndRejections (native:7:39)
STDERR
07:50:24 [ERROR] ReferenceError: Cannot access 'page' before initialization.
STDERR
at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58)
STDERR
at processTicksAndRejections (native:7:39)
STDERR
07:50:25 [ERROR] ReferenceError: Cannot access 'page' before initialization.
STDERR
at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58)
STDERR
at processTicksAndRejections (native:7:39)
STDERR
Job 15340dcd-ade3-432e-993b-d4f9c638c12f has no log data
STDERR
Job 69c5acd5-a4a3-4dba-a81a-f1588f2186be has no log data
STDERR
Job 9fcf0c89-e998-4994-8fbe-aa53e12a4dd9 has no log data
STDERR
Job f6151d1e-d199-4d2c-8940-58b84b02bdbc has no log data
STDERR
Job d240988a-4b12-48e8-b8c5-8af170507bd7 has no log data
STDERR
Job c705f12d-a7bb-47d5-9bf5-0b04aa1954dd has no log data
STDERR
Job 8b9c051a-38a5-43e7-ad59-d8fa010b5cce has no log data
STDERR
Job 287bca6d-291a-43aa-b3e6-b75131d2c103 has no log data
STDERR
Job ac73b45f-f55f-46e4-b3c2-e1fc95572340 has no log data
STDERR
Job 6c682b5f-3a59-4cc5-980a-a0d4ea48189c has no log data
STDOUT
[Scheduler] Processing 1 valid configurations (out of 1 with scheduling enabled)
STDOUT
[Scheduler] Skipping user hzLUsbFhq3hld9rnCS1J8WRZnOw9RVCr - next run at 2026-03-15T07:46:38.997Z
STDERR
07:50:55 [ERROR] ReferenceError: Cannot access 'page' before initialization.
STDERR
at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58)
STDERR
at processTicksAndRejections (native:7:39)
STDERR
07:50:56 [ERROR] ReferenceError: Cannot access 'page' before initialization.
STDERR
at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58)
STDERR
at processTicksAndRejections (native:7:39)
STDERR
07:51:26 [ERROR] ReferenceError: Cannot access 'page' before initialization.
STDERR
at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58)
STDERR
at processTicksAndRejections (native:7:39)
STDERR
07:51:27 [ERROR] ReferenceError: Cannot access 'page' before initialization.
STDERR
at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58)
STDERR
at processTicksAndRejections (native:7:39)
STDERR
Job 15340dcd-ade3-432e-993b-d4f9c638c12f has no log data
STDERR
Job 69c5acd5-a4a3-4dba-a81a-f1588f2186be has no log data
STDERR
Job 9fcf0c89-e998-4994-8fbe-aa53e12a4dd9 has no log data
STDERR
Job f6151d1e-d199-4d2c-8940-58b84b02bdbc has no log data
STDERR
Job d240988a-4b12-48e8-b8c5-8af170507bd7 has no log data
STDERR
Job c705f12d-a7bb-47d5-9bf5-0b04aa1954dd has no log data
STDERR
Job 8b9c051a-38a5-43e7-ad59-d8fa010b5cce has no log data
STDERR
Job 287bca6d-291a-43aa-b3e6-b75131d2c103 has no log data
STDERR
Job ac73b45f-f55f-46e4-b3c2-e1fc95572340 has no log data
STDERR
Job 6c682b5f-3a59-4cc5-980a-a0d4ea48189c has no log data
STDOUT
Starting automatic cleanup service...
STDOUT
Skipping cleanup for user hzLUsbFhq3hld9rnCS1J8WRZnOw9RVCr, next run: 2026-03-16T04:41:26.731Z
STDOUT
Automatic cleanup completed. Processed 0 users.
STDOUT
[Scheduler] Processing 1 valid configurations (out of 1 with scheduling enabled)
STDOUT
[Scheduler] Skipping user hzLUsbFhq3hld9rnCS1J8WRZnOw9RVCr - next run at 2026-03-15T07:46:38.997Z
STDERR
07:51:57 [ERROR] ReferenceError: Cannot access 'page' before initialization.
STDERR
at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58)
STDERR
at processTicksAndRejections (native:7:39)
STDERR
07:51:58 [ERROR] ReferenceError: Cannot access 'page' before initialization.
STDERR
at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58)
STDERR
at processTicksAndRejections (native:7:39)
STDERR
07:52:28 [ERROR] ReferenceError: Cannot access 'page' before initialization.
STDERR
at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58)
STDERR
at processTicksAndRejections (native:7:39)
STDERR
07:52:29 [ERROR] ReferenceError: Cannot access 'page' before initialization.
STDERR
at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58)
STDERR
at processTicksAndRejections (native:7:39)
STDERR
Job 15340dcd-ade3-432e-993b-d4f9c638c12f has no log data
STDERR
Job 69c5acd5-a4a3-4dba-a81a-f1588f2186be has no log data
STDERR
Job 9fcf0c89-e998-4994-8fbe-aa53e12a4dd9 has no log data
STDERR
Job f6151d1e-d199-4d2c-8940-58b84b02bdbc has no log data
STDERR
Job d240988a-4b12-48e8-b8c5-8af170507bd7 has no log data
STDERR
Job c705f12d-a7bb-47d5-9bf5-0b04aa1954dd has no log data
STDERR
Job 8b9c051a-38a5-43e7-ad59-d8fa010b5cce has no log data
STDERR
Job 287bca6d-291a-43aa-b3e6-b75131d2c103 has no log data
STDERR
Job ac73b45f-f55f-46e4-b3c2-e1fc95572340 has no log data
STDERR
Job 6c682b5f-3a59-4cc5-980a-a0d4ea48189c has no log data
STDOUT
[Scheduler] Processing 1 valid configurations (out of 1 with scheduling enabled)
STDOUT
[Scheduler] Skipping user hzLUsbFhq3hld9rnCS1J8WRZnOw9RVCr - next run at 2026-03-15T07:46:38.997Z
STDERR
07:52:59 [ERROR] ReferenceError: Cannot access 'page' before initialization.
STDERR
at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58)
STDERR
at processTicksAndRejections (native:7:39)
STDERR
07:53:00 [ERROR] ReferenceError: Cannot access 'page' before initialization.
STDERR
at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58)
STDERR
at processTicksAndRejections (native:7:39)
<!-- gh-comment-id:4062414909 --> @jostrasser commented on GitHub (Mar 15, 2026): Hi @arunavo4 many thanks! Here another log after restart ``` STDOUT [Scheduler] Processing 1 valid configurations (out of 1 with scheduling enabled) STDOUT [Scheduler] Skipping user hzLUsbFhq3hld9rnCS1J8WRZnOw9RVCr - next run at 2026-03-15T07:46:38.997Z STDERR 07:47:49 [ERROR] ReferenceError: Cannot access 'page' before initialization. STDERR at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58) STDERR at processTicksAndRejections (native:7:39) STDERR 07:47:50 [ERROR] ReferenceError: Cannot access 'page' before initialization. STDERR at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58) STDERR at processTicksAndRejections (native:7:39) STDERR Error in repositories fetch: 15 | logger; STDERR 16 | exec(query) { STDERR 17 | this.client.exec(query); STDERR 18 | } STDERR 19 | prepareQuery(query, fields, executeMethod, isResponseInArrayMode, customResultMapper) { STDERR 20 | const stmt = this.client.prepare(query.sql); STDERR ^ STDERR SQLiteError: no such column: repositories.imported_at STDERR errno: 1, STDERR byteOffset: 508, STDERR STDERR at prepare (bun:sqlite:345:37) STDERR at prepareQuery (/app/node_modules/drizzle-orm/bun-sqlite/session.js:20:30) STDERR at _prepare (/app/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:615:73) STDERR at all (/app/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:641:17) STDERR at execute (/app/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:650:17) STDERR at then (/app/node_modules/drizzle-orm/query-promise.js:21:17) STDERR STDERR Error name: SQLiteError STDERR Error message: no such column: repositories.imported_at STDERR Error stack: SQLiteError: no such column: repositories.imported_at STDERR at prepare (unknown) STDERR at prepare (bun:sqlite:345:37) STDERR at prepareQuery (/app/node_modules/drizzle-orm/bun-sqlite/session.js:20:30) STDERR at _prepare (/app/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:615:73) STDERR at all (/app/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:641:17) STDERR at execute (/app/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:650:17) STDERR at then (/app/node_modules/drizzle-orm/query-promise.js:21:17) STDERR at processTicksAndRejections (native:7:39) STDERR 07:48:20 [ERROR] ReferenceError: Cannot access 'page' before initialization. STDERR at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58) STDERR at processTicksAndRejections (native:7:39) STDERR 07:48:21 [ERROR] ReferenceError: Cannot access 'page' before initialization. STDERR at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58) STDERR at processTicksAndRejections (native:7:39) STDERR Job 15340dcd-ade3-432e-993b-d4f9c638c12f has no log data STDERR Job 69c5acd5-a4a3-4dba-a81a-f1588f2186be has no log data STDERR Job 9fcf0c89-e998-4994-8fbe-aa53e12a4dd9 has no log data STDERR Job f6151d1e-d199-4d2c-8940-58b84b02bdbc has no log data STDERR Job d240988a-4b12-48e8-b8c5-8af170507bd7 has no log data STDERR Job c705f12d-a7bb-47d5-9bf5-0b04aa1954dd has no log data STDERR Job 8b9c051a-38a5-43e7-ad59-d8fa010b5cce has no log data STDERR Job 287bca6d-291a-43aa-b3e6-b75131d2c103 has no log data STDERR Job ac73b45f-f55f-46e4-b3c2-e1fc95572340 has no log data STDERR Job 6c682b5f-3a59-4cc5-980a-a0d4ea48189c has no log data STDOUT [Scheduler] Processing 1 valid configurations (out of 1 with scheduling enabled) STDOUT [Scheduler] Skipping user hzLUsbFhq3hld9rnCS1J8WRZnOw9RVCr - next run at 2026-03-15T07:46:38.997Z STDERR 07:48:51 [ERROR] ReferenceError: Cannot access 'page' before initialization. STDERR at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58) STDERR at processTicksAndRejections (native:7:39) STDERR 07:48:52 [ERROR] ReferenceError: Cannot access 'page' before initialization. STDERR at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58) STDERR at processTicksAndRejections (native:7:39) STDERR 07:49:22 [ERROR] ReferenceError: Cannot access 'page' before initialization. STDERR at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58) STDERR at processTicksAndRejections (native:7:39) STDERR 07:49:23 [ERROR] ReferenceError: Cannot access 'page' before initialization. STDERR at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58) STDERR at processTicksAndRejections (native:7:39) STDERR Job 15340dcd-ade3-432e-993b-d4f9c638c12f has no log data STDERR Job 69c5acd5-a4a3-4dba-a81a-f1588f2186be has no log data STDERR Job 9fcf0c89-e998-4994-8fbe-aa53e12a4dd9 has no log data STDERR Job f6151d1e-d199-4d2c-8940-58b84b02bdbc has no log data STDERR Job d240988a-4b12-48e8-b8c5-8af170507bd7 has no log data STDERR Job c705f12d-a7bb-47d5-9bf5-0b04aa1954dd has no log data STDERR Job 8b9c051a-38a5-43e7-ad59-d8fa010b5cce has no log data STDERR Job 287bca6d-291a-43aa-b3e6-b75131d2c103 has no log data STDERR Job ac73b45f-f55f-46e4-b3c2-e1fc95572340 has no log data STDERR Job 6c682b5f-3a59-4cc5-980a-a0d4ea48189c has no log data STDOUT [Scheduler] Processing 1 valid configurations (out of 1 with scheduling enabled) STDOUT [Scheduler] Skipping user hzLUsbFhq3hld9rnCS1J8WRZnOw9RVCr - next run at 2026-03-15T07:46:38.997Z STDERR 07:49:53 [ERROR] ReferenceError: Cannot access 'page' before initialization. STDERR at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58) STDERR at processTicksAndRejections (native:7:39) STDERR 07:49:54 [ERROR] ReferenceError: Cannot access 'page' before initialization. STDERR at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58) STDERR at processTicksAndRejections (native:7:39) STDERR 07:50:24 [ERROR] ReferenceError: Cannot access 'page' before initialization. STDERR at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58) STDERR at processTicksAndRejections (native:7:39) STDERR 07:50:25 [ERROR] ReferenceError: Cannot access 'page' before initialization. STDERR at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58) STDERR at processTicksAndRejections (native:7:39) STDERR Job 15340dcd-ade3-432e-993b-d4f9c638c12f has no log data STDERR Job 69c5acd5-a4a3-4dba-a81a-f1588f2186be has no log data STDERR Job 9fcf0c89-e998-4994-8fbe-aa53e12a4dd9 has no log data STDERR Job f6151d1e-d199-4d2c-8940-58b84b02bdbc has no log data STDERR Job d240988a-4b12-48e8-b8c5-8af170507bd7 has no log data STDERR Job c705f12d-a7bb-47d5-9bf5-0b04aa1954dd has no log data STDERR Job 8b9c051a-38a5-43e7-ad59-d8fa010b5cce has no log data STDERR Job 287bca6d-291a-43aa-b3e6-b75131d2c103 has no log data STDERR Job ac73b45f-f55f-46e4-b3c2-e1fc95572340 has no log data STDERR Job 6c682b5f-3a59-4cc5-980a-a0d4ea48189c has no log data STDOUT [Scheduler] Processing 1 valid configurations (out of 1 with scheduling enabled) STDOUT [Scheduler] Skipping user hzLUsbFhq3hld9rnCS1J8WRZnOw9RVCr - next run at 2026-03-15T07:46:38.997Z STDERR 07:50:55 [ERROR] ReferenceError: Cannot access 'page' before initialization. STDERR at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58) STDERR at processTicksAndRejections (native:7:39) STDERR 07:50:56 [ERROR] ReferenceError: Cannot access 'page' before initialization. STDERR at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58) STDERR at processTicksAndRejections (native:7:39) STDERR 07:51:26 [ERROR] ReferenceError: Cannot access 'page' before initialization. STDERR at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58) STDERR at processTicksAndRejections (native:7:39) STDERR 07:51:27 [ERROR] ReferenceError: Cannot access 'page' before initialization. STDERR at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58) STDERR at processTicksAndRejections (native:7:39) STDERR Job 15340dcd-ade3-432e-993b-d4f9c638c12f has no log data STDERR Job 69c5acd5-a4a3-4dba-a81a-f1588f2186be has no log data STDERR Job 9fcf0c89-e998-4994-8fbe-aa53e12a4dd9 has no log data STDERR Job f6151d1e-d199-4d2c-8940-58b84b02bdbc has no log data STDERR Job d240988a-4b12-48e8-b8c5-8af170507bd7 has no log data STDERR Job c705f12d-a7bb-47d5-9bf5-0b04aa1954dd has no log data STDERR Job 8b9c051a-38a5-43e7-ad59-d8fa010b5cce has no log data STDERR Job 287bca6d-291a-43aa-b3e6-b75131d2c103 has no log data STDERR Job ac73b45f-f55f-46e4-b3c2-e1fc95572340 has no log data STDERR Job 6c682b5f-3a59-4cc5-980a-a0d4ea48189c has no log data STDOUT Starting automatic cleanup service... STDOUT Skipping cleanup for user hzLUsbFhq3hld9rnCS1J8WRZnOw9RVCr, next run: 2026-03-16T04:41:26.731Z STDOUT Automatic cleanup completed. Processed 0 users. STDOUT [Scheduler] Processing 1 valid configurations (out of 1 with scheduling enabled) STDOUT [Scheduler] Skipping user hzLUsbFhq3hld9rnCS1J8WRZnOw9RVCr - next run at 2026-03-15T07:46:38.997Z STDERR 07:51:57 [ERROR] ReferenceError: Cannot access 'page' before initialization. STDERR at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58) STDERR at processTicksAndRejections (native:7:39) STDERR 07:51:58 [ERROR] ReferenceError: Cannot access 'page' before initialization. STDERR at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58) STDERR at processTicksAndRejections (native:7:39) STDERR 07:52:28 [ERROR] ReferenceError: Cannot access 'page' before initialization. STDERR at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58) STDERR at processTicksAndRejections (native:7:39) STDERR 07:52:29 [ERROR] ReferenceError: Cannot access 'page' before initialization. STDERR at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58) STDERR at processTicksAndRejections (native:7:39) STDERR Job 15340dcd-ade3-432e-993b-d4f9c638c12f has no log data STDERR Job 69c5acd5-a4a3-4dba-a81a-f1588f2186be has no log data STDERR Job 9fcf0c89-e998-4994-8fbe-aa53e12a4dd9 has no log data STDERR Job f6151d1e-d199-4d2c-8940-58b84b02bdbc has no log data STDERR Job d240988a-4b12-48e8-b8c5-8af170507bd7 has no log data STDERR Job c705f12d-a7bb-47d5-9bf5-0b04aa1954dd has no log data STDERR Job 8b9c051a-38a5-43e7-ad59-d8fa010b5cce has no log data STDERR Job 287bca6d-291a-43aa-b3e6-b75131d2c103 has no log data STDERR Job ac73b45f-f55f-46e4-b3c2-e1fc95572340 has no log data STDERR Job 6c682b5f-3a59-4cc5-980a-a0d4ea48189c has no log data STDOUT [Scheduler] Processing 1 valid configurations (out of 1 with scheduling enabled) STDOUT [Scheduler] Skipping user hzLUsbFhq3hld9rnCS1J8WRZnOw9RVCr - next run at 2026-03-15T07:46:38.997Z STDERR 07:52:59 [ERROR] ReferenceError: Cannot access 'page' before initialization. STDERR at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58) STDERR at processTicksAndRejections (native:7:39) STDERR 07:53:00 [ERROR] ReferenceError: Cannot access 'page' before initialization. STDERR at getComponentByRoute (/app/dist/server/chunks/server_B3gjPG8V.mjs:7089:58) STDERR at processTicksAndRejections (native:7:39) ```
Author
Owner

@arunavo4 commented on GitHub (Mar 15, 2026):

@jostrasser i dont have a older migration to test it from try the new v3.13.2 once the docker action is done

<!-- gh-comment-id:4062579956 --> @arunavo4 commented on GitHub (Mar 15, 2026): @jostrasser i dont have a older migration to test it from try the new v3.13.2 once the docker action is done
Author
Owner

@jostrasser commented on GitHub (Mar 15, 2026):

Hi @arunavo4 , version 3.13.2 is working now, thanks!

There are only the following error lines in the log:

STDOUT
All repository syncing tasks completed
STDERR
Job 15340dcd-ade3-432e-993b-d4f9c638c12f has no log data
STDERR
Job 69c5acd5-a4a3-4dba-a81a-f1588f2186be has no log data
STDERR
Job 9fcf0c89-e998-4994-8fbe-aa53e12a4dd9 has no log data
STDERR
Job f6151d1e-d199-4d2c-8940-58b84b02bdbc has no log data
STDERR
Job d240988a-4b12-48e8-b8c5-8af170507bd7 has no log data
STDERR
Job c705f12d-a7bb-47d5-9bf5-0b04aa1954dd has no log data
STDERR
Job 8b9c051a-38a5-43e7-ad59-d8fa010b5cce has no log data
STDERR
Job 287bca6d-291a-43aa-b3e6-b75131d2c103 has no log data
STDERR
Job ac73b45f-f55f-46e4-b3c2-e1fc95572340 has no log data
STDERR
Job 6c682b5f-3a59-4cc5-980a-a0d4ea48189c has no log data

I don't know if this is expected.

<!-- gh-comment-id:4062601632 --> @jostrasser commented on GitHub (Mar 15, 2026): Hi @arunavo4 , version 3.13.2 is working now, thanks! There are only the following error lines in the log: ``` STDOUT All repository syncing tasks completed STDERR Job 15340dcd-ade3-432e-993b-d4f9c638c12f has no log data STDERR Job 69c5acd5-a4a3-4dba-a81a-f1588f2186be has no log data STDERR Job 9fcf0c89-e998-4994-8fbe-aa53e12a4dd9 has no log data STDERR Job f6151d1e-d199-4d2c-8940-58b84b02bdbc has no log data STDERR Job d240988a-4b12-48e8-b8c5-8af170507bd7 has no log data STDERR Job c705f12d-a7bb-47d5-9bf5-0b04aa1954dd has no log data STDERR Job 8b9c051a-38a5-43e7-ad59-d8fa010b5cce has no log data STDERR Job 287bca6d-291a-43aa-b3e6-b75131d2c103 has no log data STDERR Job ac73b45f-f55f-46e4-b3c2-e1fc95572340 has no log data STDERR Job 6c682b5f-3a59-4cc5-980a-a0d4ea48189c has no log data ``` I don't know if this is expected.
Author
Owner

@arunavo4 commented on GitHub (Mar 15, 2026):

@jostrasser yea thats expected logs

<!-- gh-comment-id:4062603656 --> @arunavo4 commented on GitHub (Mar 15, 2026): @jostrasser yea thats expected logs
Author
Owner

@jostrasser commented on GitHub (Mar 15, 2026):

Great, thanks a lot for the quick fix! :)

<!-- gh-comment-id:4062605184 --> @jostrasser commented on GitHub (Mar 15, 2026): Great, thanks a lot for the quick fix! :)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea-mirror#233