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
{{ message }}
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
我按照官方文档标准化项目中的单文件构建部署方式尝试构建midway hooks一体化项目,报错如下: ERROR 25248 MidwayDefinitionNotFoundError: MidwayKoaFramework is not valid in current context at MidwayContainer.getAsync (C:\Code\online-learning\node_modules\@midwayjs\core\dist\context\container.js:425:19) at MidwayFrameworkService.init (C:\Code\online-learning\node_modules\@midwayjs\core\dist\service\frameworkService.js:58:73) at ObjectCreator.doInitAsync (C:\Code\online-learning\node_modules\@midwayjs\core\dist\definitions\objectCreator.js:111:30) at ManagedResolverFactory.createAsync (C:\Code\online-learning\node_modules\@midwayjs\core\dist\context\managedResolverFactory.js:242:34) at processTicksAndRejections (node:internal/process/task_queues:96:5) at async initializeGlobalApplicationContext (C:\Code\online-learning\node_modules\@midwayjs\core\dist\setup.js:99:5) at async BootstrapStarter.init (C:\Code\online-learning\node_modules\@midwayjs\bootstrap\dist\bootstrap.js:27:35) at async Function.run (C:\Code\online-learning\node_modules\@midwayjs\bootstrap\dist\bootstrap.js:102:35) { code: 'MIDWAY_10003', cause: undefined, [Symbol(#NotFoundError)]: Symbol(#NotFoundError) }
请问一体化项目的后端是否支持单文件构建部署?
The text was updated successfully, but these errors were encountered:
我按照官方文档标准化项目中的单文件构建部署方式尝试构建midway hooks一体化项目,报错如下:
ERROR 25248 MidwayDefinitionNotFoundError: MidwayKoaFramework is not valid in current context at MidwayContainer.getAsync (C:\Code\online-learning\node_modules\@midwayjs\core\dist\context\container.js:425:19) at MidwayFrameworkService.init (C:\Code\online-learning\node_modules\@midwayjs\core\dist\service\frameworkService.js:58:73) at ObjectCreator.doInitAsync (C:\Code\online-learning\node_modules\@midwayjs\core\dist\definitions\objectCreator.js:111:30) at ManagedResolverFactory.createAsync (C:\Code\online-learning\node_modules\@midwayjs\core\dist\context\managedResolverFactory.js:242:34) at processTicksAndRejections (node:internal/process/task_queues:96:5) at async initializeGlobalApplicationContext (C:\Code\online-learning\node_modules\@midwayjs\core\dist\setup.js:99:5) at async BootstrapStarter.init (C:\Code\online-learning\node_modules\@midwayjs\bootstrap\dist\bootstrap.js:27:35) at async Function.run (C:\Code\online-learning\node_modules\@midwayjs\bootstrap\dist\bootstrap.js:102:35) { code: 'MIDWAY_10003', cause: undefined, [Symbol(#NotFoundError)]: Symbol(#NotFoundError) }
请问一体化项目的后端是否支持单文件构建部署?
The text was updated successfully, but these errors were encountered: