withgogo

Results 11 comments of withgogo

我觉得自动设置倒计时10s时间,如果不授权的话,跳转回原来的url。 一般10s用户不授权,估计也不会授权了。授权的话跳到redirect_uri, 也用不到倒计时了。 @youthcity

> 参考这里:[#9 (comment)](https://github.com/haxqer/confluence/issues/9#issuecomment-1414636803) > > 是用 [docker-compose](https://github.com/haxqer/confluence/blob/master/docker-compose.yml#L21) 启动的吗? docker-compose 都没有端口映射(外部无法访问),能访问数据库只有2个途径: > > 1. 从confluence/jira访问 > 2. 从宿主机通过 docker 命令访问(如 docker exec 进入容器),或者添加其他的有病毒的容器到 confluence 网络 > (你可以试一下,用 docker-compose启动的数据库,尝试下如何访问) > > 猜测可能的原因:...

> 看现象,也可能是这个原因: [#39 (comment)](https://github.com/haxqer/confluence/issues/39#issue-1995926883) > > 需要升级 confluence/jira 至最新版 已经是8.5.2版本了

看了一下log,是不是如下错误导致的504? -------- org.apache.catalina.valves.StuckThreadDetectionValve.notifyStuckThreadDetected Thread [http-nio-8090-exec-10] (id=[82]) has been active for [67,024] milliseconds (since [3/21/24, 11:17 AM]) to serve the same request for [xxxx/setup/setupdbtype.action] and may be stuck (configured threshold for...

> 快速解决方案: > > 1. 安装时,通过 ip + port 访问 > 2. 安装成功后,再部署至 nginx 后方 > > "may be stuck" 这个不是 error,这个是因为操作时间太长(初始化时间太长)提示的info 我使用下来,只有安装的时候才会出现此问题。其他操作,比如生成pdf一般也就10秒内能搞定,也不会有这个问题。 所以,我建议不用调整 nginx ,60s 够了 > > 另外的问题,就是配置的内存太小了导致初始化很慢,也有小伙伴提了类似的...

> > Running Changeset: META-INF/db-changelog/70-remove-planId-column-from-mig_stats.xml::70-remove-planId-column-from-mig_stats::MPT > > 到这一步,就已经是安装成功了哦 呃,哦,但是这时候页面已经504了,然后一刷新就system error了。 我先用你说的IP+port试试看

@ssglopes Thanks, it works great!

> This is almost certainly not a Nuxt issue but related to your code. Difficult to say without a runnable reproduction but I'd start with investigating: > > 1. b/c...

reproduction: https://stackblitz.com/~/github.com/withgogo/ec-ssr the code is working fine if you checkout the repo. Don't know why it is not working on stackblitz.

> Would you be able to provide a [reproduction](https://nuxt.com/docs/community/reporting-bugs/#create-a-minimal-reproduction)? 🙏 > > More info https://stackblitz.com/~/github.com/withgogo/ec-ssr