ITADN

Sqlite Error trying to create RDP resource

#3249ClosedHarryXChen3 创建于 2026-06-12
H
HarryXChen3commented
### Describe the Bug ``` pangolin | Stack: SqliteError: NOT NULL constraint failed: resources.sso pangolin | at Statement.all (file:///app/dist/server.mjs:1270:19) pangolin | at PreparedQuery.values (file:///app/node_modules/drizzle-orm/better-sqlite3/session.js:106:28) pangolin | at PreparedQuery.all (file:///app/node_modules/drizzle-orm/better-sqlite3/session.js:81:23) pangolin | at QueryPromise.all (file:///app/node_modules/drizzle-orm/sqlite-core/query-builders/insert.js:165:28) pangolin | at QueryPromise.execute (file:///app/node_modules/drizzle-orm/sqlite-core/query-builders/insert.js:174:41) pangolin | at QueryPromise.then (file:///app/node_modules/drizzle-orm/query-promise.js:21:17) pangolin | at process.processTicksAndRejections (node:internal/process/task_queues:104:5) {"code":"SQLITE_CONSTRAINT_NOTNULL"} ``` Please let me know if there's anything else I can provide! ### Environment - OS Type & Version: Ubuntu 24.04.4 - Pangolin Version: v1.19.0 - Edition (Community or Enterprise): Enterprise - Gerbil Version: 1.4.0 - Traefik Version: 3.6 - Newt Version: 1.13.0 - Client Version: ### To Reproduce Steps taken: 1. https://pangolin.example.com/org/settings/resources/public/create 2. Fill in name, select type RDP 3. Fill in subdomain, base domain is default (I only have 1) 4. Select site in RDP section, used destination `192.168.1.243` port `3389` I can work towards a more minimal repro if desired ### Expected Behavior The RDP resource should create without issue
关闭于 2026-06-12 4 条评论