studio登录等好久, 报500

下的RPM包,照文档部署的

步骤2:启动 Nebula Graph - Nebula Graph Database 手册 可以参考下相关命令

哦, 是不是说的这个

你这个port不要改成string,改成int试试

什么意思,在哪里设置

$ curl -i -X POST
-d ‘{“username”:“user”,“password”:“password”,“address”:“192.168.8.26”,“port”:9669}’
http://127.0.0.1:8080/api/db/connect
我发给你的这个port是int类型

你换成int类型再试试

这次好像成功了

说明http-gateway和nebula服务以及版本都是符合的,那可能还是studio服务与http-gateway的网络问题,你看看2.22这台防火墙关了没

关了的吧

你用studio登录的时候把浏览器network的报错信息贴上来看看,我们看看studio的服务访问有没有到http-gateway那边


确实是studio的代理问题,你的部署机node版本多少, node -v可以查

16.14.0

在nebula-studio/app/middleware/proxy.ts 文件中修改一下:


增加一个配置"secure": false,

修改完然后要在nebula-studio项目中重新npm run build,npm run tsc,npm run start 重新编译启动

如果还是不行,可以参考下这个 https://github.com/chimurai/http-proxy-middleware/issues/171 ,增加 headers: { “Connection”: “keep-alive”} 设置

npm run build时有很多报错:

nebula-graph-studio@3.1.0 build
node --max-old-space-size=8192 node_modules/webpack/bin/webpack.js --config config/webpack.prod.ts

clean-webpack-plugin: /usr/local/nebula-graph-studio/public/. has been removed.
Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db
Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
Though the “loose” option was set to “false” in your @babel/preset-env config, it will not be used for @babel/plugin-proposal-private-property-in-object since the “loose” mode option was set to “true” for @babel/plugin-proposal-class-properties.
The “loose” option must be the same for @babel/plugin-proposal-class-properties, @babel/plugin-proposal-private-methods and @babel/plugin-proposal-private-property-in-object (when they are enabled): you can silence this warning by explicitly adding
[“@babel/plugin-proposal-private-property-in-object”, { “loose”: true }]
to the “plugins” section of your Babel config.
Though the “loose” option was set to “false” in your @babel/preset-env config, it will not be used for @babel/plugin-proposal-private-methods since the “loose” mode option was set to “true” for @babel/plugin-proposal-private-property-in-object.
The “loose” option must be the same for @babel/plugin-proposal-class-properties, @babel/plugin-proposal-private-methods and @babel/plugin-proposal-private-property-in-object (when they are enabled): you can silence this warning by explicitly adding
[“@babel/plugin-proposal-private-methods”, { “loose”: true }]
to the “plugins” section of your Babel config.
Though the “loose” option was set to “false” in your @babel/preset-env config, it will not be used for @babel/plugin-proposal-private-property-in-object since the “loose” mode option was set to “true” for @babel/plugin-proposal-class-properties.
The “loose” option must be the same for @babel/plugin-proposal-class-properties, @babel/plugin-proposal-private-methods and @babel/plugin-proposal-private-property-in-object (when they are enabled): you can silence this warning by explicitly adding
[“@babel/plugin-proposal-private-property-in-object”, { “loose”: true }]
to the “plugins” section of your Babel config.
Though the “loose” option was set to “false” in your @babel/preset-env config, it will not be used for @babel/plugin-proposal-private-methods since the “loose” mode option was set to “true” for @babel/plugin-proposal-private-property-in-object.
The “loose” option must be the same for @babel/plugin-proposal-class-properties, @babel/plugin-proposal-private-methods and @babel/plugin-proposal-private-property-in-object (when they are enabled): you can silence this warning by explicitly adding
[“@babel/plugin-proposal-private-methods”, { “loose”: true }]
to the “plugins” section of your Babel config.
Though the “loose” option was set to “false” in your @babel/preset-env config, it will not be used for @babel/plugin-proposal-private-property-in-object since the “loose” mode option was set to “true” for @babel/plugin-proposal-class-properties.
The “loose” option must be the same for @babel/plugin-proposal-class-properties, @babel/plugin-proposal-private-methods and @babel/plugin-proposal-private-property-in-object (when they are enabled): you can silence this warning by explicitly adding
[“@babel/plugin-proposal-private-property-in-object”, { “loose”: true }]
to the “plugins” section of your Babel config.
Though the “loose” option was set to “false” in your @babel/preset-env config, it will not be used for @babel/plugin-proposal-private-methods since the “loose” mode option was set to “true” for @babel/plugin-proposal-private-property-in-object.
The “loose” option must be the same for @babel/plugin-proposal-class-properties, @babel/plugin-proposal-private-methods and @babel/plugin-proposal-private-property-in-object (when they are enabled): you can silence this warning by explicitly adding
[“@babel/plugin-proposal-private-methods”, { “loose”: true }]
to the “plugins” section of your Babel config.
Hash: 3dec61132200cd49eca2
Version: webpack 4.46.0
Time: 29485ms
Built at: 02/17/2022 10:23:21 AM
8 assets
Entrypoint app = manifest.de741705be71e8077be0.js vendors.93b0c0f81b90422ba49a.js app.3dec61132200cd49eca2.css app.ca70a65af6e96ed8c04b.js
[0] multi ./app/assets/index.tsx 28 bytes {app} [built]
[/BFd] ./app/assets/PrivateRoute.tsx 2.69 KiB {app} [built] [1 error]
[/MKj] ./node_modules/react-redux/es/index.js + 25 modules 77.3 KiB {vendors} [built]
| 26 modules
[2fM7] ./node_modules/antd/es/select/index.js + 9 modules 93.9 KiB {vendors} [built]
| 10 modules
[55Ip] ./node_modules/react-router-dom/esm/react-router-dom.js + 5 modules 66 KiB {vendors} [built]
| 6 modules
[BvKs] ./node_modules/antd/es/menu/index.js + 10 modules 46.1 KiB {vendors} [built]
| 11 modules
[CtXQ] ./node_modules/antd/es/icon/index.js + 4 modules 15.8 KiB {vendors} [built]
| 5 modules
[Gf7F] ./app/assets/index.tsx 985 bytes {app} [built] [1 error]
[OaEy] ./node_modules/antd/es/select/style/index.js + 1 modules 176 bytes {vendors} [built]
| 2 modules
[Ob6w] ./app/assets/App.tsx 17.5 KiB {app} [built] [14 errors]
[R8yr] ./app/assets/static/fonts/iconfont.css 39 bytes {app} [built]
[UL5f] ./app/assets/static/images/studio-logo.png 80 bytes {app} [built]
[YuTi] (webpack)/buildin/module.js 497 bytes {vendors} [built]
[dI71] ./node_modules/@babel/runtime/helpers/esm/inheritsLoose.js + 1 modules 459 bytes {vendors} [built]
| 2 modules
[tsqr] ./node_modules/antd/es/message/index.js + 3 modules 13.2 KiB {vendors} [built]
| 4 modules
+ 385 hidden modules

ERROR in ./app/assets/App.tsx
Module not found: Error: Can’t resolve ‘#assets/components/Icon’ in ‘/usr/local/nebula-graph-studio/app/assets’
@ ./app/assets/App.tsx 56:36-70
@ ./app/assets/index.tsx
@ multi ./app/assets/index.tsx

ERROR in ./app/assets/App.tsx
Module not found: Error: Can’t resolve ‘#assets/config’ in ‘/usr/local/nebula-graph-studio/app/assets’
@ ./app/assets/App.tsx 58:14-39
@ ./app/assets/index.tsx
@ multi ./app/assets/index.tsx

ERROR in ./app/assets/App.tsx
Module not found: Error: Can’t resolve ‘#assets/config/service’ in ‘/usr/local/nebula-graph-studio/app/assets’
@ ./app/assets/App.tsx 60:38-71
@ ./app/assets/index.tsx
@ multi ./app/assets/index.tsx

ERROR in ./app/assets/App.tsx
Module not found: Error: Can’t resolve ‘#assets/context’ in ‘/usr/local/nebula-graph-studio/app/assets’
@ ./app/assets/App.tsx 62:15-41
@ ./app/assets/index.tsx
@ multi ./app/assets/index.tsx

ERROR in ./app/assets/App.tsx
Module not found: Error: Can’t resolve ‘#assets/modules/Console’ in ‘/usr/local/nebula-graph-studio/app/assets’
@ ./app/assets/App.tsx 64:38-72
@ ./app/assets/index.tsx
@ multi ./app/assets/index.tsx

ERROR in ./app/assets/App.tsx
Module not found: Error: Can’t resolve ‘#assets/modules/Explore’ in ‘/usr/local/nebula-graph-studio/app/assets’
@ ./app/assets/App.tsx 66:38-72
@ ./app/assets/index.tsx
@ multi ./app/assets/index.tsx

ERROR in ./app/assets/App.tsx
Module not found: Error: Can’t resolve ‘#assets/modules/Import’ in ‘/usr/local/nebula-graph-studio/app/assets’
@ ./app/assets/App.tsx 68:37-70
@ ./app/assets/index.tsx
@ multi ./app/assets/index.tsx

ERROR in ./app/assets/App.tsx
Module not found: Error: Can’t resolve ‘#assets/modules/Schema’ in ‘/usr/local/nebula-graph-studio/app/assets’
@ ./app/assets/App.tsx 70:37-70
@ ./app/assets/index.tsx
@ multi ./app/assets/index.tsx

ERROR in ./app/assets/App.tsx
Module not found: Error: Can’t resolve ‘#assets/modules/Schema/CreateSpace’ in ‘/usr/local/nebula-graph-studio/app/assets’
@ ./app/assets/App.tsx 72:42-87
@ ./app/assets/index.tsx
@ multi ./app/assets/index.tsx

ERROR in ./app/assets/App.tsx
Module not found: Error: Can’t resolve ‘#assets/modules/Schema/SpaceConfig’ in ‘/usr/local/nebula-graph-studio/app/assets’
@ ./app/assets/App.tsx 74:42-87
@ ./app/assets/index.tsx
@ multi ./app/assets/index.tsx

ERROR in ./app/assets/App.tsx
Module not found: Error: Can’t resolve ‘#assets/utils’ in ‘/usr/local/nebula-graph-studio/app/assets’
@ ./app/assets/App.tsx 80:13-37
@ ./app/assets/index.tsx
@ multi ./app/assets/index.tsx

ERROR in ./app/assets/App.tsx
Module not found: Error: Can’t resolve ‘./modules/ConfigServer’ in ‘/usr/local/nebula-graph-studio/app/assets’
@ ./app/assets/App.tsx 84:43-76
@ ./app/assets/index.tsx
@ multi ./app/assets/index.tsx

ERROR in ./app/assets/index.tsx
Module not found: Error: Can’t resolve ‘./store’ in ‘/usr/local/nebula-graph-studio/app/assets’
@ ./app/assets/index.tsx 19:13-31
@ multi ./app/assets/index.tsx

ERROR in ./app/assets/App.tsx
Module not found: Error: Can’t resolve ‘./utils/stat’ in ‘/usr/local/nebula-graph-studio/app/assets’
@ ./app/assets/App.tsx 88:12-35
@ ./app/assets/index.tsx
@ multi ./app/assets/index.tsx

ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx
./app/assets/App.tsx
[tsl] ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx(16,22)
TS2307: Cannot find module ‘#assets/components/Icon’ or its corresponding type declarations.

ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx
./app/assets/App.tsx
[tsl] ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx(17,50)
TS2307: Cannot find module ‘#assets/config’ or its corresponding type declarations.

ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx
./app/assets/App.tsx
[tsl] ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx(18,21)
TS2307: Cannot find module ‘#assets/config/service’ or its corresponding type declarations.

ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx
./app/assets/App.tsx
[tsl] ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx(19,33)
TS2307: Cannot find module ‘#assets/context’ or its corresponding type declarations.

ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx
./app/assets/App.tsx
[tsl] ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx(20,21)
TS2307: Cannot find module ‘#assets/modules/Console’ or its corresponding type declarations.

ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx
./app/assets/App.tsx
[tsl] ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx(21,21)
TS2307: Cannot find module ‘#assets/modules/Explore’ or its corresponding type declarations.

ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx
./app/assets/App.tsx
[tsl] ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx(22,20)
TS2307: Cannot find module ‘#assets/modules/Import’ or its corresponding type declarations.

ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx
./app/assets/App.tsx
[tsl] ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx(23,20)
TS2307: Cannot find module ‘#assets/modules/Schema’ or its corresponding type declarations.

ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx
./app/assets/App.tsx
[tsl] ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx(24,25)
TS2307: Cannot find module ‘#assets/modules/Schema/CreateSpace’ or its corresponding type declarations.

ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx
./app/assets/App.tsx
[tsl] ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx(25,25)
TS2307: Cannot find module ‘#assets/modules/Schema/SpaceConfig’ or its corresponding type declarations.

ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx
./app/assets/App.tsx
[tsl] ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx(28,39)
TS2307: Cannot find module ‘#assets/store’ or its corresponding type declarations.

ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx
./app/assets/App.tsx
[tsl] ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx(29,44)
TS2307: Cannot find module ‘#assets/utils’ or its corresponding type declarations.

ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx
./app/assets/App.tsx
[tsl] ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx(32,26)
TS2307: Cannot find module ‘./modules/ConfigServer’ or its corresponding type declarations.

ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx
./app/assets/App.tsx
[tsl] ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx(34,61)
TS2307: Cannot find module ‘./utils/stat’ or its corresponding type declarations.

ERROR in /usr/local/nebula-graph-studio/app/assets/PrivateRoute.tsx
./app/assets/PrivateRoute.tsx
[tsl] ERROR in /usr/local/nebula-graph-studio/app/assets/PrivateRoute.tsx(5,28)
TS2307: Cannot find module ‘./store’ or its corresponding type declarations.

ERROR in /usr/local/nebula-graph-studio/app/assets/index.tsx
./app/assets/index.tsx
[tsl] ERROR in /usr/local/nebula-graph-studio/app/assets/index.tsx(8,23)
TS2307: Cannot find module ‘./store’ or its corresponding type declarations.
Child html-webpack-plugin for “index.html”:
1 asset
Entrypoint undefined = index.html
[LKO8] ./node_modules/html-webpack-plugin/lib/loader.js!./app/assets/index.html 3.11 KiB {0} [built]
[YuTi] (webpack)/buildin/module.js 497 bytes {0} [built]
[yLpj] (webpack)/buildin/global.js 472 bytes {0} [built]
+ 1 hidden module
Child mini-css-extract-plugin node_modules/css-loader/index.js!app/assets/static/fonts/iconfont.css:
Entrypoint mini-css-extract-plugin = *
[3PXW] ./app/assets/static/fonts/iconfont.woff?t=1631006849129 83 bytes {mini-css-extract-plugin} [built]
[M+eo] ./app/assets/static/fonts/iconfont.ttf?t=1631006849129 82 bytes {mini-css-extract-plugin} [built]
[aRyo] ./app/assets/static/fonts/iconfont.woff2?t=1631006849129 84 bytes {mini-css-extract-plugin} [built]
[gwwL] ./node_modules/css-loader!./app/assets/static/fonts/iconfont.css 7.26 KiB {mini-css-extract-plugin} [built]
+ 2 hidden modules

重新安装下依赖,npm install

安装过了, 在npm run build还是有报错
[root@localhost nebula-graph-studio]# npm run build

nebula-graph-studio@3.1.0 build
node --max-old-space-size=8192 node_modules/webpack/bin/webpack.js --config config/webpack.prod.ts

clean-webpack-plugin: /usr/local/nebula-graph-studio/public/. has been removed.
Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db
Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
Though the “loose” option was set to “false” in your @babel/preset-env config, it will not be used for @babel/plugin-proposal-private-property-in-object since the “loose” mode option was set to “true” for @babel/plugin-proposal-class-properties.
The “loose” option must be the same for @babel/plugin-proposal-class-properties, @babel/plugin-proposal-private-methods and @babel/plugin-proposal-private-property-in-object (when they are enabled): you can silence this warning by explicitly adding
[“@babel/plugin-proposal-private-property-in-object”, { “loose”: true }]
to the “plugins” section of your Babel config.
Though the “loose” option was set to “false” in your @babel/preset-env config, it will not be used for @babel/plugin-proposal-private-methods since the “loose” mode option was set to “true” for @babel/plugin-proposal-private-property-in-object.
The “loose” option must be the same for @babel/plugin-proposal-class-properties, @babel/plugin-proposal-private-methods and @babel/plugin-proposal-private-property-in-object (when they are enabled): you can silence this warning by explicitly adding
[“@babel/plugin-proposal-private-methods”, { “loose”: true }]
to the “plugins” section of your Babel config.
Though the “loose” option was set to “false” in your @babel/preset-env config, it will not be used for @babel/plugin-proposal-private-property-in-object since the “loose” mode option was set to “true” for @babel/plugin-proposal-class-properties.
The “loose” option must be the same for @babel/plugin-proposal-class-properties, @babel/plugin-proposal-private-methods and @babel/plugin-proposal-private-property-in-object (when they are enabled): you can silence this warning by explicitly adding
[“@babel/plugin-proposal-private-property-in-object”, { “loose”: true }]
to the “plugins” section of your Babel config.
Though the “loose” option was set to “false” in your @babel/preset-env config, it will not be used for @babel/plugin-proposal-private-methods since the “loose” mode option was set to “true” for @babel/plugin-proposal-private-property-in-object.
The “loose” option must be the same for @babel/plugin-proposal-class-properties, @babel/plugin-proposal-private-methods and @babel/plugin-proposal-private-property-in-object (when they are enabled): you can silence this warning by explicitly adding
[“@babel/plugin-proposal-private-methods”, { “loose”: true }]
to the “plugins” section of your Babel config.
Though the “loose” option was set to “false” in your @babel/preset-env config, it will not be used for @babel/plugin-proposal-private-property-in-object since the “loose” mode option was set to “true” for @babel/plugin-proposal-class-properties.
The “loose” option must be the same for @babel/plugin-proposal-class-properties, @babel/plugin-proposal-private-methods and @babel/plugin-proposal-private-property-in-object (when they are enabled): you can silence this warning by explicitly adding
[“@babel/plugin-proposal-private-property-in-object”, { “loose”: true }]
to the “plugins” section of your Babel config.
Though the “loose” option was set to “false” in your @babel/preset-env config, it will not be used for @babel/plugin-proposal-private-methods since the “loose” mode option was set to “true” for @babel/plugin-proposal-private-property-in-object.
The “loose” option must be the same for @babel/plugin-proposal-class-properties, @babel/plugin-proposal-private-methods and @babel/plugin-proposal-private-property-in-object (when they are enabled): you can silence this warning by explicitly adding
[“@babel/plugin-proposal-private-methods”, { “loose”: true }]
to the “plugins” section of your Babel config.
Hash: 3dec61132200cd49eca2
Version: webpack 4.46.0
Time: 17215ms
Built at: 02/17/2022 10:32:16 AM
8 assets
Entrypoint app = manifest.de741705be71e8077be0.js vendors.93b0c0f81b90422ba49a.js app.3dec61132200cd49eca2.css app.ca70a65af6e96ed8c04b.js
[0] multi ./app/assets/index.tsx 28 bytes {app} [built]
[/BFd] ./app/assets/PrivateRoute.tsx 2.69 KiB {app} [built] [1 error]
[/MKj] ./node_modules/react-redux/es/index.js + 25 modules 77.3 KiB {vendors} [built]
| 26 modules
[2fM7] ./node_modules/antd/es/select/index.js + 9 modules 93.9 KiB {vendors} [built]
| 10 modules
[55Ip] ./node_modules/react-router-dom/esm/react-router-dom.js + 5 modules 66 KiB {vendors} [built]
| 6 modules
[BvKs] ./node_modules/antd/es/menu/index.js + 10 modules 46.1 KiB {vendors} [built]
| 11 modules
[CtXQ] ./node_modules/antd/es/icon/index.js + 4 modules 15.8 KiB {vendors} [built]
| 5 modules
[Gf7F] ./app/assets/index.tsx 985 bytes {app} [built] [1 error]
[OaEy] ./node_modules/antd/es/select/style/index.js + 1 modules 176 bytes {vendors} [built]
| 2 modules
[Ob6w] ./app/assets/App.tsx 17.5 KiB {app} [built] [14 errors]
[R8yr] ./app/assets/static/fonts/iconfont.css 39 bytes {app} [built]
[UL5f] ./app/assets/static/images/studio-logo.png 80 bytes {app} [built]
[YuTi] (webpack)/buildin/module.js 497 bytes {vendors} [built]
[dI71] ./node_modules/@babel/runtime/helpers/esm/inheritsLoose.js + 1 modules 459 bytes {vendors} [built]
| 2 modules
[tsqr] ./node_modules/antd/es/message/index.js + 3 modules 13.2 KiB {vendors} [built]
| 4 modules
+ 385 hidden modules

ERROR in ./app/assets/App.tsx
Module not found: Error: Can’t resolve ‘#assets/components/Icon’ in ‘/usr/local/nebula-graph-studio/app/assets’
@ ./app/assets/App.tsx 56:36-70
@ ./app/assets/index.tsx
@ multi ./app/assets/index.tsx

ERROR in ./app/assets/App.tsx
Module not found: Error: Can’t resolve ‘#assets/config’ in ‘/usr/local/nebula-graph-studio/app/assets’
@ ./app/assets/App.tsx 58:14-39
@ ./app/assets/index.tsx
@ multi ./app/assets/index.tsx

ERROR in ./app/assets/App.tsx
Module not found: Error: Can’t resolve ‘#assets/config/service’ in ‘/usr/local/nebula-graph-studio/app/assets’
@ ./app/assets/App.tsx 60:38-71
@ ./app/assets/index.tsx
@ multi ./app/assets/index.tsx

ERROR in ./app/assets/App.tsx
Module not found: Error: Can’t resolve ‘#assets/context’ in ‘/usr/local/nebula-graph-studio/app/assets’
@ ./app/assets/App.tsx 62:15-41
@ ./app/assets/index.tsx
@ multi ./app/assets/index.tsx

ERROR in ./app/assets/App.tsx
Module not found: Error: Can’t resolve ‘#assets/modules/Console’ in ‘/usr/local/nebula-graph-studio/app/assets’
@ ./app/assets/App.tsx 64:38-72
@ ./app/assets/index.tsx
@ multi ./app/assets/index.tsx

ERROR in ./app/assets/App.tsx
Module not found: Error: Can’t resolve ‘#assets/modules/Explore’ in ‘/usr/local/nebula-graph-studio/app/assets’
@ ./app/assets/App.tsx 66:38-72
@ ./app/assets/index.tsx
@ multi ./app/assets/index.tsx

ERROR in ./app/assets/App.tsx
Module not found: Error: Can’t resolve ‘#assets/modules/Import’ in ‘/usr/local/nebula-graph-studio/app/assets’
@ ./app/assets/App.tsx 68:37-70
@ ./app/assets/index.tsx
@ multi ./app/assets/index.tsx

ERROR in ./app/assets/App.tsx
Module not found: Error: Can’t resolve ‘#assets/modules/Schema’ in ‘/usr/local/nebula-graph-studio/app/assets’
@ ./app/assets/App.tsx 70:37-70
@ ./app/assets/index.tsx
@ multi ./app/assets/index.tsx

ERROR in ./app/assets/App.tsx
Module not found: Error: Can’t resolve ‘#assets/modules/Schema/CreateSpace’ in ‘/usr/local/nebula-graph-studio/app/assets’
@ ./app/assets/App.tsx 72:42-87
@ ./app/assets/index.tsx
@ multi ./app/assets/index.tsx

ERROR in ./app/assets/App.tsx
Module not found: Error: Can’t resolve ‘#assets/modules/Schema/SpaceConfig’ in ‘/usr/local/nebula-graph-studio/app/assets’
@ ./app/assets/App.tsx 74:42-87
@ ./app/assets/index.tsx
@ multi ./app/assets/index.tsx

ERROR in ./app/assets/App.tsx
Module not found: Error: Can’t resolve ‘#assets/utils’ in ‘/usr/local/nebula-graph-studio/app/assets’
@ ./app/assets/App.tsx 80:13-37
@ ./app/assets/index.tsx
@ multi ./app/assets/index.tsx

ERROR in ./app/assets/App.tsx
Module not found: Error: Can’t resolve ‘./modules/ConfigServer’ in ‘/usr/local/nebula-graph-studio/app/assets’
@ ./app/assets/App.tsx 84:43-76
@ ./app/assets/index.tsx
@ multi ./app/assets/index.tsx

ERROR in ./app/assets/index.tsx
Module not found: Error: Can’t resolve ‘./store’ in ‘/usr/local/nebula-graph-studio/app/assets’
@ ./app/assets/index.tsx 19:13-31
@ multi ./app/assets/index.tsx

ERROR in ./app/assets/App.tsx
Module not found: Error: Can’t resolve ‘./utils/stat’ in ‘/usr/local/nebula-graph-studio/app/assets’
@ ./app/assets/App.tsx 88:12-35
@ ./app/assets/index.tsx
@ multi ./app/assets/index.tsx

ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx
./app/assets/App.tsx
[tsl] ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx(16,22)
TS2307: Cannot find module ‘#assets/components/Icon’ or its corresponding type declarations.

ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx
./app/assets/App.tsx
[tsl] ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx(17,50)
TS2307: Cannot find module ‘#assets/config’ or its corresponding type declarations.

ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx
./app/assets/App.tsx
[tsl] ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx(18,21)
TS2307: Cannot find module ‘#assets/config/service’ or its corresponding type declarations.

ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx
./app/assets/App.tsx
[tsl] ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx(19,33)
TS2307: Cannot find module ‘#assets/context’ or its corresponding type declarations.

ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx
./app/assets/App.tsx
[tsl] ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx(20,21)
TS2307: Cannot find module ‘#assets/modules/Console’ or its corresponding type declarations.

ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx
./app/assets/App.tsx
[tsl] ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx(21,21)
TS2307: Cannot find module ‘#assets/modules/Explore’ or its corresponding type declarations.

ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx
./app/assets/App.tsx
[tsl] ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx(22,20)
TS2307: Cannot find module ‘#assets/modules/Import’ or its corresponding type declarations.

ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx
./app/assets/App.tsx
[tsl] ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx(23,20)
TS2307: Cannot find module ‘#assets/modules/Schema’ or its corresponding type declarations.

ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx
./app/assets/App.tsx
[tsl] ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx(24,25)
TS2307: Cannot find module ‘#assets/modules/Schema/CreateSpace’ or its corresponding type declarations.

ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx
./app/assets/App.tsx
[tsl] ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx(25,25)
TS2307: Cannot find module ‘#assets/modules/Schema/SpaceConfig’ or its corresponding type declarations.

ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx
./app/assets/App.tsx
[tsl] ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx(28,39)
TS2307: Cannot find module ‘#assets/store’ or its corresponding type declarations.

ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx
./app/assets/App.tsx
[tsl] ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx(29,44)
TS2307: Cannot find module ‘#assets/utils’ or its corresponding type declarations.

ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx
./app/assets/App.tsx
[tsl] ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx(32,26)
TS2307: Cannot find module ‘./modules/ConfigServer’ or its corresponding type declarations.

ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx
./app/assets/App.tsx
[tsl] ERROR in /usr/local/nebula-graph-studio/app/assets/App.tsx(34,61)
TS2307: Cannot find module ‘./utils/stat’ or its corresponding type declarations.

ERROR in /usr/local/nebula-graph-studio/app/assets/PrivateRoute.tsx
./app/assets/PrivateRoute.tsx
[tsl] ERROR in /usr/local/nebula-graph-studio/app/assets/PrivateRoute.tsx(5,28)
TS2307: Cannot find module ‘./store’ or its corresponding type declarations.

ERROR in /usr/local/nebula-graph-studio/app/assets/index.tsx
./app/assets/index.tsx
[tsl] ERROR in /usr/local/nebula-graph-studio/app/assets/index.tsx(8,23)
TS2307: Cannot find module ‘./store’ or its corresponding type declarations.
Child html-webpack-plugin for “index.html”:
1 asset
Entrypoint undefined = index.html
[LKO8] ./node_modules/html-webpack-plugin/lib/loader.js!./app/assets/index.html 3.11 KiB {0} [built]
[YuTi] (webpack)/buildin/module.js 497 bytes {0} [built]
[yLpj] (webpack)/buildin/global.js 472 bytes {0} [built]
+ 1 hidden module
Child mini-css-extract-plugin node_modules/css-loader/index.js!app/assets/static/fonts/iconfont.css:
Entrypoint mini-css-extract-plugin = *
[3PXW] ./app/assets/static/fonts/iconfont.woff?t=1631006849129 83 bytes {mini-css-extract-plugin} [built]
[M+eo] ./app/assets/static/fonts/iconfont.ttf?t=1631006849129 82 bytes {mini-css-extract-plugin} [built]
[aRyo] ./app/assets/static/fonts/iconfont.woff2?t=1631006849129 84 bytes {mini-css-extract-plugin} [built]
[gwwL] ./node_modules/css-loader!./app/assets/static/fonts/iconfont.css 7.26 KiB {mini-css-extract-plugin} [built]
+ 2 hidden modules