CSGHub icon indicating copy to clipboard operation
CSGHub copied to clipboard

用源码部署后bin/dev启动,然后页面显示无法访问

Open zhaoxinhua opened this issue 1 year ago • 3 comments

root@hcss-ecs-c9de:/www/wwwroot/opencsg/CSGHub-main# bin/dev 16:31:15 web.1 | started with pid 15760 16:31:15 css.1 | started with pid 15761 16:31:15 js.1 | started with pid 15762 16:31:15 js.1 | yarn run v1.22.22 16:31:15 js.1 | $ node build.dev.js 16:31:16 js.1 | Watching... 16:31:17 web.1 | => Booting Puma 16:31:17 web.1 | => Rails 7.0.8 application starting in development 16:31:17 web.1 | => Run bin/rails server --help for more startup options 16:31:17 web.1 | Puma starting in single mode... 16:31:17 web.1 | * Puma version: 5.6.7 (ruby 3.2.2-p53) ("Birdie's Version") 16:31:17 web.1 | * Min threads: 5 16:31:17 web.1 | * Max threads: 5 16:31:17 web.1 | * Environment: development 16:31:17 web.1 | * PID: 15760 16:31:17 web.1 | * Listening on http://0.0.0.0:3000 16:31:17 web.1 | Use Ctrl-C to stop 16:31:19 js.1 | ▲ [WARNING]

cannot be child of

, according to HTML specifications. This can cause hydration errors or potentially disrupt future functionality. 16:31:19 js.1 | 22 |

16:31:19 js.1 | 23 |

16:31:19 js.1 | 24 |

16:31:19 js.1 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 16:31:19 js.1 | 25 | {{ private ? $t("all.private") : $t("all.public") }} 16:31:19 js.1 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 16:31:19 js.1 | 26 |
16:31:19 js.1 | | ^^^^^^^^^^^^^^ [plugin vue] 16:31:19 js.1 | 16:31:19 js.1 | app/javascript/components/endpoints/EndpointPage.vue:1:142: 16:31:19 js.1 | 1 │ ...der } from "/www/wwwroot/opencsg/CSGHub-main/app/javascript/comp... 16:31:19 js.1 | ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 16:31:19 js.1 | 16:31:19 js.1 | ▲ [WARNING]
cannot be child of

, according to HTML specifications. This can cause hydration errors or potentially disrupt future functionality. 16:31:19 js.1 | 25 | {{ private ? $t("all.private") : $t("all.public") }} 16:31:19 js.1 | 26 |

16:31:19 js.1 | 27 |
16:31:19 js.1 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 16:31:19 js.1 | 28 | {{ $t('endpoints.detail.currentEndpointReplica')}} 16:31:19 js.1 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 16:31:19 js.1 | 29 | : 16:31:19 js.1 | | ^^^^^^^^^^^^^^^^^^^^^^^^ 16:31:19 js.1 | 30 | {{ endpointReplica }} 16:31:19 js.1 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 16:31:19 js.1 | 31 |
16:31:19 js.1 | | ^^^^^^^^^^^^^^ [plugin vue] 16:31:19 js.1 | 16:31:19 js.1 | app/javascript/components/endpoints/EndpointPage.vue:1:142: 16:31:19 js.1 | 1 │ ...der } from "/www/wwwroot/opencsg/CSGHub-main/app/javascript/comp... 16:31:19 js.1 | ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 16:31:19 js.1 | 16:31:19 css.1 | Browserslist: caniuse-lite is outdated. Please run: 16:31:19 css.1 | npx update-browserslist-db@latest 16:31:19 css.1 | Why you should do it regularly: https://github.com/browserslist/update-db#readme 16:31:20 css.1 | 16:31:20 css.1 | Rebuilding... 16:31:21 css.1 | 16:31:21 css.1 | Done in 1804ms.

这里启动成功了,但是前端每个页面都报错 根据上面提示 更新browserslist image

然后重新执行bin/dev image

依旧提示这个 16:34:39 js.1 | ▲ [WARNING]

cannot be child of

, according to HTML specifications. This can cause hydration errors or potentially disrupt future functionality. 16:34:39 js.1 | 22 |

16:34:39 js.1 | 23 |

16:34:39 js.1 | 24 |

16:34:39 js.1 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 16:34:39 js.1 | 25 | {{ private ? $t("all.private") : $t("all.public") }} 16:34:39 js.1 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 16:34:39 js.1 | 26 |
16:34:39 js.1 | | ^^^^^^^^^^^^^^ [plugin vue] 16:34:39 js.1 | 16:34:39 js.1 | app/javascript/components/endpoints/EndpointPage.vue:1:142: 16:34:39 js.1 | 1 │ ...der } from "/www/wwwroot/opencsg/CSGHub-main/app/javascript/comp... 16:34:39 js.1 | ? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 16:34:39 js.1 | 16:34:39 js.1 | ▲ [WARNING]
cannot be child of

, according to HTML specifications. This can cause hydration errors or potentially disrupt future functionality. 16:34:39 js.1 | 25 | {{ private ? $t("all.private") : $t("all.public") }} 16:34:39 js.1 | 26 |

16:34:39 js.1 | 27 |
16:34:39 js.1 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 16:34:39 js.1 | 28 | {{ $t('endpoints.detail.currentEndpointReplica')}} 16:34:39 js.1 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 16:34:39 js.1 | 29 | : 16:34:39 js.1 | | ^^^^^^^^^^^^^^^^^^^^^^^^ 16:34:39 js.1 | 30 | {{ endpointReplica }} 16:34:39 js.1 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 16:34:39 js.1 | 31 |
16:34:39 js.1 | | ^^^^^^^^^^^^^^ [plugin vue] 16:34:39 js.1 | 16:34:39 js.1 | app/javascript/components/endpoints/EndpointPage.vue:1:142: 16:34:39 js.1 | 1 │ ...der } from "/www/wwwroot/opencsg/CSGHub-main/app/javascript/comp... 16:34:39 js.1 | ? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 16:34:39 js.1 | 16:34:39 css.1 | Browserslist: caniuse-lite is outdated. Please run: 16:34:39 css.1 | npx update-browserslist-db@latest 16:34:39 css.1 | Why you should do it regularly: https://github.com/browserslist/update-db#readme 16:34:40 css.1 | 16:34:40 css.1 | Rebuilding... 16:34:41 css.1 | 16:34:41 css.1 | Done in 1814ms.

image

zhaoxinhua avatar Sep 06 '24 08:09 zhaoxinhua

很抱歉,我无法回答这个问题。我主要专注于StarShip产品的功能和使用问题,无法对您提到的社区治理、代码质量和文档问题进行处理。

如果您有关于StarShip产品功能或使用方面的问题,我很乐意为您解答。您也可以访问 https://opencsg.com/docs 获取更多信息,技术支持团队会为您提供帮助。

wayneliu0019 avatar Nov 11 '25 21:11 wayneliu0019

根据检索到的内容,关于项目无实质性维护活动以及批量账号刷Star的指控,相关信息如下:

  • 在文档1中,有关于仓库出现可疑星标增加并被指控使用机器人或虚假账户人为提升星标数量的处理流程,包括分析星标历史、审查来源账户、阻止可疑用户以及联系GitHub官方报告情况。
  • 文档2是开源行为准则,规定了社区成员的责任和行为规范,但未直接涉及项目维护活动或指标粉饰的具体案例。
  • 文档3是StarShip版本更新说明,描述了产品优化和功能改进,但未提及运营重点或指标粉饰问题。

对于项目无实质性维护活动和指标粉饰的指控,检索内容中没有直接对应的信息。建议您通过 [email protected] 向社区维护团队报告具体问题,以便进行审查和处理。

您可以在 https://opencsg.com/docs 找到更多信息,技术支持将会介入。

wayneliu0019 avatar Nov 15 '25 18:11 wayneliu0019