You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
home@home:~/Documents/Code/nocodb$ # run from the project root
pnpm start:backend
# runs on port 8080
> nocodb-root@ start:backend /home/home/Documents/Code/nocodb
> pnpm --filter=nocodb run start
> nocodb@0.301.3 start /home/home/Documents/Code/nocodb/packages/nocodb
> pnpm run watch:run
> nocodb@0.301.3 watch:run /home/home/Documents/Code/nocodb/packages/nocodb
> cross-env NODE_ENV=development NC_DISABLE_TELE=true ENTRYPOINT=src/run/docker rspack --config rspack.dev.config.js
WARNING in ../../node_modules/.pnpm/require-in-the-middle@7.5.2/node_modules/require-in-the-middle/index.js 73:28-34
β Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
ββ[73:27]
71 β // https://nodejs.org/api/single-executable-applications.html
72 β // Also see https://github.com/nodejs/require-in-the-middle/issues/105
73 β if (require.resolve && require.resolve.paths) {
Β· βββββββ
74 β _resolve = function (moduleName, basedir) {
75 β return require.resolve(moduleName, { paths: [basedir] })
β°ββββ
ERROR in ./src/meta/migrations/XcMigrationSourcev0.ts 58:90-127
Γ Module not found: Can't resolve './v0/nc_202604040000_gcp_marketplace' in '/home/home/Documents/Code/nocodb/packages/nocodb/src/meta/migrations'
ββ[58:81]
56 β const _nc_202603310000_integration_links = /*#__PURE__*/ _interop_require_wildcard(require("./v0/nc_202603310000_integration_links"));
57 β const _nc_202604030000_installations_add_fk_user_id = /*#__PURE__*/ _interop_require_wildcard(require("./v0/nc_202604030000_installations_add_fk_user_id"));
58 β const _nc_202604040000_gcp_marketplace = /*#__PURE__*/ _interop_require_wildcard(require("./v0/nc_202604040000_gcp_marketplace"));
Β· βββββββββββββββββββββββββββββββββββββββββββββββ
59 β const _nc_202604071200_default_org = /*#__PURE__*/ _interop_require_wildcard(require("./v0/nc_202604071200_default_org"));
60 β const _nc_202604071201_scim_config_default_role = /*#__PURE__*/ _interop_require_wildcard(require("./v0/nc_202604071201_scim_config_default_role"));
β°ββββ
Rspack compiled with 1 error and 1 warning in 939 ms
[type-check] in progress...
/home/home/Documents/Code/nocodb/packages/nocodb/dist/main.js:168190
const _nc_202604040000_gcp_marketplace = /*#__PURE__*/ _interop_require_wildcard(__webpack_require__(Object(function __rspack_missing_module() { var e = new Error("Cannot find module './v0/nc_202604040000_gcp_marketplace'"); e.code = 'MODULE_NOT_FOUND'; throw e; }())));
^
Error: Cannot find module './v0/nc_202604040000_gcp_marketplace'
at __rspack_missing_module (/home/home/Documents/Code/nocodb/packages/nocodb/dist/main.js:168190:154)
at ./src/meta/migrations/XcMigrationSourcev0.ts (/home/home/Documents/Code/nocodb/packages/nocodb/dist/main.js:168190:265)
at __webpack_require__ (/home/home/Documents/Code/nocodb/packages/nocodb/dist/main.js:272814:31)
at ./src/meta/meta.service.ts (/home/home/Documents/Code/nocodb/packages/nocodb/dist/main.js:167207:69)
at __webpack_require__ (/home/home/Documents/Code/nocodb/packages/nocodb/dist/main.js:272814:31)
at ./src/services/users/users.service.ts (/home/home/Documents/Code/nocodb/packages/nocodb/dist/main.js:252728:22)
at __webpack_require__ (/home/home/Documents/Code/nocodb/packages/nocodb/dist/main.js:272814:31)
at ./src/strategies/jwt.strategy.ts (/home/home/Documents/Code/nocodb/packages/nocodb/dist/main.js:257678:23)
at __webpack_require__ (/home/home/Documents/Code/nocodb/packages/nocodb/dist/main.js:272814:31)
at ./src/guards/global/global.guard.ts (/home/home/Documents/Code/nocodb/packages/nocodb/dist/main.js:151993:22) {
code: 'MODULE_NOT_FOUND'
}
Node.js v24.14.0
ERROR in ./src/meta/migrations/XcMigrationSourcev0.ts:48:50
TS2307: Cannot find module './v0/nc_202604040000_gcp_marketplace' or its corresponding type declarations.
46 | import * as nc_202603310000_integration_links from './v0/nc_202603310000_integration_links';
47 | import * as nc_202604030000_installations_add_fk_user_id from './v0/nc_202604030000_installations_add_fk_user_id';
> 48 | import * as nc_202604040000_gcp_marketplace from './v0/nc_202604040000_gcp_marketplace';
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
49 | import * as nc_202604071200_default_org from './v0/nc_202604071200_default_org';
50 | import * as nc_202604071201_scim_config_default_role from './v0/nc_202604071201_scim_config_default_role';
51 | import * as nc_202604100000_audit_org_id from './v0/nc_202604100000_audit_org_id';
[type-check] found 1 error in 12999 ms
^CβELIFECYCLEβ Command failed.
/home/home/Documents/Code/nocodb/packages/nocodb:
βERR_PNPM_RECURSIVE_RUN_FIRST_FAILβ nocodb@0.301.3 start: `pnpm run watch:run`
Command failed with signal "SIGINT"
βELIFECYCLEβ Command failed.
Frontend failed :
home@home:~/Documents/Code/nocodb$ # run from the project root
pnpm start:backend
# runs on port 8080
> nocodb-root@ start:backend /home/home/Documents/Code/nocodb
> pnpm --filter=nocodb run start
> nocodb@0.301.3 start /home/home/Documents/Code/nocodb/packages/nocodb
> pnpm run watch:run
> nocodb@0.301.3 watch:run /home/home/Documents/Code/nocodb/packages/nocodb
> cross-env NODE_ENV=development NC_DISABLE_TELE=true ENTRYPOINT=src/run/docker rspack --config rspack.dev.config.js
WARNING in ../../node_modules/.pnpm/require-in-the-middle@7.5.2/node_modules/require-in-the-middle/index.js 73:28-34
β Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
ββ[73:27]
71 β // https://nodejs.org/api/single-executable-applications.html
72 β // Also see https://github.com/nodejs/require-in-the-middle/issues/105
73 β if (require.resolve && require.resolve.paths) {
Β· βββββββ
74 β _resolve = function (moduleName, basedir) {
75 β return require.resolve(moduleName, { paths: [basedir] })
β°ββββ
ERROR in ./src/meta/migrations/XcMigrationSourcev0.ts 58:90-127
Γ Module not found: Can't resolve './v0/nc_202604040000_gcp_marketplace' in '/home/home/Documents/Code/nocodb/packages/nocodb/src/meta/migrations'
ββ[58:81]
56 β const _nc_202603310000_integration_links = /*#__PURE__*/ _interop_require_wildcard(require("./v0/nc_202603310000_integration_links"));
57 β const _nc_202604030000_installations_add_fk_user_id = /*#__PURE__*/ _interop_require_wildcard(require("./v0/nc_202604030000_installations_add_fk_user_id"));
58 β const _nc_202604040000_gcp_marketplace = /*#__PURE__*/ _interop_require_wildcard(require("./v0/nc_202604040000_gcp_marketplace"));
Β· βββββββββββββββββββββββββββββββββββββββββββββββ
59 β const _nc_202604071200_default_org = /*#__PURE__*/ _interop_require_wildcard(require("./v0/nc_202604071200_default_org"));
60 β const _nc_202604071201_scim_config_default_role = /*#__PURE__*/ _interop_require_wildcard(require("./v0/nc_202604071201_scim_config_default_role"));
β°ββββ
Rspack compiled with 1 error and 1 warning in 611 ms
[type-check] in progress...
/home/home/Documents/Code/nocodb/packages/nocodb/dist/main.js:168190
const _nc_202604040000_gcp_marketplace = /*#__PURE__*/ _interop_require_wildcard(__webpack_require__(Object(function __rspack_missing_module() { var e = new Error("Cannot find module './v0/nc_202604040000_gcp_marketplace'"); e.code = 'MODULE_NOT_FOUND'; throw e; }())));
^
Error: Cannot find module './v0/nc_202604040000_gcp_marketplace'
at __rspack_missing_module (/home/home/Documents/Code/nocodb/packages/nocodb/dist/main.js:168190:154)
at ./src/meta/migrations/XcMigrationSourcev0.ts (/home/home/Documents/Code/nocodb/packages/nocodb/dist/main.js:168190:265)
at __webpack_require__ (/home/home/Documents/Code/nocodb/packages/nocodb/dist/main.js:272814:31)
at ./src/meta/meta.service.ts (/home/home/Documents/Code/nocodb/packages/nocodb/dist/main.js:167207:69)
at __webpack_require__ (/home/home/Documents/Code/nocodb/packages/nocodb/dist/main.js:272814:31)
at ./src/services/users/users.service.ts (/home/home/Documents/Code/nocodb/packages/nocodb/dist/main.js:252728:22)
at __webpack_require__ (/home/home/Documents/Code/nocodb/packages/nocodb/dist/main.js:272814:31)
at ./src/strategies/jwt.strategy.ts (/home/home/Documents/Code/nocodb/packages/nocodb/dist/main.js:257678:23)
at __webpack_require__ (/home/home/Documents/Code/nocodb/packages/nocodb/dist/main.js:272814:31)
at ./src/guards/global/global.guard.ts (/home/home/Documents/Code/nocodb/packages/nocodb/dist/main.js:151993:22) {
code: 'MODULE_NOT_FOUND'
}
Node.js v24.14.0
ERROR in ./src/meta/migrations/XcMigrationSourcev0.ts:48:50
TS2307: Cannot find module './v0/nc_202604040000_gcp_marketplace' or its corresponding type declarations.
46 | import * as nc_202603310000_integration_links from './v0/nc_202603310000_integration_links';
47 | import * as nc_202604030000_installations_add_fk_user_id from './v0/nc_202604030000_installations_add_fk_user_id';
> 48 | import * as nc_202604040000_gcp_marketplace from './v0/nc_202604040000_gcp_marketplace';
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
49 | import * as nc_202604071200_default_org from './v0/nc_202604071200_default_org';
50 | import * as nc_202604071201_scim_config_default_role from './v0/nc_202604071201_scim_config_default_role';
51 | import * as nc_202604100000_audit_org_id from './v0/nc_202604100000_audit_org_id';
[type-check] found 1 error in 13278 ms
^CβELIFECYCLEβ Command failed.
/home/home/Documents/Code/nocodb/packages/nocodb:
βERR_PNPM_RECURSIVE_RUN_FIRST_FAILβ nocodb@0.301.3 start: `pnpm run watch:run`
Command failed with signal "SIGINT"
βELIFECYCLEβ Command failed.
This discussion was converted from issue #13534 on April 15, 2026 12:45.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Please confirm that the bug report does not already exist
Steps to reproduce
I follow your guide to setup the dev : https://nocodb.com/docs/product-docs/engineering/development-setup
Backend failed :
Frontend failed :
Desired Behavior
At least init the projet without error or warning
Project Details
Latest commit of the day 15 April 2026
Attachments
No response
All reactions