Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#10493·nocobase

Error messages during boot

Author: mrkmcnameeCreated Sep 10, 2026Updated Sep 11, 2026

* Describe the bug

Error messages in logs during boot.

* Environment

  • NocoBase version: v2.2.9
  • Database type and version: Postgres 15
  • OS: CentOS
  • Deployment Methods: Docker
  • Docker image version: nocobase/nocobase:latest
  • NodeJS version:

* How To Reproduce

Start NocoBase

Expected behavior

No errors in logs during boot

Screenshots

Image

Logs

Invalid initialization vector

		"message": "Invalid initialization vector",
		"attributes": {
			"app": "main",
			"dataSourceKey": "main",
			"extra": {
				"code": "ERR_CRYPTO_INVALID_IV"
			},
			"level": "error",
			"method": "",
			"module": "application",
			"reqId": "e1c1d292-123d-45f5-9743-d694e23c0ef0",
			"service": "admin",
			"source": "stdout",
			"stack": "TypeError: Invalid initialization vector\n    at Decipheriv.createCipherBase (node:internal/crypto/cipher:121:19)\n    at Decipheriv.createCipherWithIV (node:internal/crypto/cipher:133:3)\n    at new Decipheriv (node:internal/crypto/cipher:278:3)\n    at Object.createDecipheriv (node:crypto:147:10)\n    at _AesEncryptor.decryptSync (/app/nocobase/node_modules/@nocobase/server/lib/aes-encryptor.js:80:44)\n    at /app/nocobase/node_modules/@nocobase/server/lib/aes-encryptor.js:71:23\n    at new Promise (<anonymous>)\n    at _AesEncryptor.decrypt (/app/nocobase/node_modules/@nocobase/server/lib/aes-encryptor.js:69:12)\n    at PluginEnvironmentVariablesServer.loadVariables (/app/nocobase/node_modules/@nocobase/plugin-environment-variables/dist/server/plugin.js:213:53)\n    at process.processTicksAndRejections (node:internal/process/task_queues:103:5)\n    at async PluginEnvironmentVariablesServer.load (/app/nocobase/node_modules/@nocobase/plugin-environment-variables/dist/server/plugin.js:76:5)\n    at async _PluginManager.load (/app/nocobase/node_modules/@nocobase/server/lib/plugin-manager/plugin-manager.js:419:7)\n    at async _AsyncEmitter.load (/app/nocobase/node_modules/@nocobase/server/lib/application.js:470:5)\n    at async _AsyncEmitter.reload (/app/nocobase/node_modules/@nocobase/server/lib/application.js:484:5)\n    at async _AsyncEmitter.restart (/app/nocobase/node_modules/@nocobase/server/lib/application.js:681:5)\n    at async _AppCommand.<anonymous> (/app/nocobase/node_modules/@nocobase/server/lib/commands/start.js:69:7)\n    at async _AppCommand.parseAsync (/app/nocobase/node_modules/@nocobase/server/node_modules/commander/lib/command.js:935:5)\n    at async _AsyncEmitter.runAsCLI (/app/nocobase/node_modules/@nocobase/server/lib/application.js:593:23)",
			"submodule": "",
			"timestamp": "2026-09-10 06:41:50"
		}

plugins loaded

		"message": "plugins loaded",
		"attributes": {
			"app": "main",
			"dataSourceKey": "main",
			"extra": {
				"appName": "main",
				"code": "commanding",
				"error": {
					"code": "APP_COMMANDING",
					"command": {
						"name": "start"
					},
					"maintaining": true,
					"message": "plugins loaded",
					"status": 503
				},
				"method": "responseErrorWithCode",
				"statusCode": 200
			},
			"level": "error",
			"meta": {
				"appName": "main",
				"code": "commanding",
				"error": {
					"code": "APP_COMMANDING",
					"command": {
						"name": "start"
					},
					"maintaining": true,
					"message": "plugins loaded",
					"status": 503
				},
				"statusCode": 200
			},
			"method": "responseErrorWithCode",
			"module": "gateway",
			"reqId": "fc59d326-8fdf-4466-bb8b-aac3a42241e2",
			"service": "admin",
			"source": "stdout",
			"submodule": "",
			"timestamp": "2026-09-10 06:41:47"
		}

Source: nocobase/nocobase

View original on GitHubView discussion on GitHub