After Upgrade vom RC to 1.15.0, my PC wont connect anymore #334

Closed
opened 2026-04-05 17:06:25 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Sebuschka on 1/24/2026

Describe the Bug

Just Updated to the latest version and now i get this error when trying to connect:

2026-01-24T05:12:50+00:00 [error]: no such column: currentFingerprint.windowsAntivirusEnabled
pangolin | Stack: SqliteError: no such column: currentFingerprint.windowsAntivirusEnabled
pangolin | at Database.prepare (/app/node_modules/better-sqlite3/lib/methods/wrappers.js:5:21)
pangolin | at BetterSQLiteSession.prepareQuery (file:///app/node_modules/drizzle-orm/better-sqlite3/session.js:23:30)
pangolin | at BetterSQLiteSession.prepareOneTimeQuery (file:///app/node_modules/drizzle-orm/sqlite-core/session.js:141:17)
pangolin | at SQLiteSelectBase._prepare (file:///app/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:615:88)
pangolin | at SQLiteSelectBase.all (file:///app/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:641:17)
pangolin | at SQLiteSelectBase.execute (file:///app/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:650:17)
pangolin | at SQLiteSelectBase.then (file:///app/node_modules/drizzle-orm/query-promise.js:21:17)
pangolin | at process.processTicksAndRejections (node:internal/process/task_queues:103:5) {"code":"SQLITE_ERROR"}

Environment

  • OS Type & Version: Win 25H2 / Pangolin Server is Debian 12 LXC
  • Pangolin Version: 1.15.0
  • Gerbil Version: 1.3.0
  • Traefik Version: 3.6.7
  • Newt Version: 1.9.0 and one old 1.8.1
  • Olm Version: /

To Reproduce

Updated to the latest Version after the RC Update.
Trying to connect a Client fails with those logs.

Expected Behavior

Client should connect, populate the new Security Fields.

*Originally created by @Sebuschka on 1/24/2026* ### Describe the Bug Just Updated to the latest version and now i get this error when trying to connect: 2026-01-24T05:12:50+00:00 [error]: no such column: currentFingerprint.windowsAntivirusEnabled pangolin | Stack: SqliteError: no such column: currentFingerprint.windowsAntivirusEnabled pangolin | at Database.prepare (/app/node_modules/better-sqlite3/lib/methods/wrappers.js:5:21) pangolin | at BetterSQLiteSession.prepareQuery (file:///app/node_modules/drizzle-orm/better-sqlite3/session.js:23:30) pangolin | at BetterSQLiteSession.prepareOneTimeQuery (file:///app/node_modules/drizzle-orm/sqlite-core/session.js:141:17) pangolin | at SQLiteSelectBase._prepare (file:///app/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:615:88) pangolin | at SQLiteSelectBase.all (file:///app/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:641:17) pangolin | at SQLiteSelectBase.execute (file:///app/node_modules/drizzle-orm/sqlite-core/query-builders/select.js:650:17) pangolin | at SQLiteSelectBase.then (file:///app/node_modules/drizzle-orm/query-promise.js:21:17) pangolin | at process.processTicksAndRejections (node:internal/process/task_queues:103:5) {"code":"SQLITE_ERROR"} ### Environment - OS Type & Version: Win 25H2 / Pangolin Server is Debian 12 LXC - Pangolin Version: 1.15.0 - Gerbil Version: 1.3.0 - Traefik Version: 3.6.7 - Newt Version: 1.9.0 and one old 1.8.1 - Olm Version: / ### To Reproduce Updated to the latest Version after the RC Update. Trying to connect a Client fails with those logs. ### Expected Behavior Client should connect, populate the new Security Fields.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#334