Frederic

Results 22 comments of Frederic

new error occur ``` cannot build app: go: github.com/ignite/[email protected]: verifying go.mod: github.com/ignite/[email protected]/go.mod: reading https://proxy.golang.com.cn/sumdb/sum.golang.org/lookup/github.com/ignite/[email protected]: 410 Gone server response: not found: fetch timed out : exit status 1 ``` I found...

Thank you so much for your help, @tbruyelle My current project was created with v0.20.1, so there is no rush to use the latest version right away. Of course, I...

@gigatexal I also have the same confusion, Is there any good news?

I solved this problem by using an nginx container, so there is no need to install nginx on the host machine. 1. create local key and cert files 2. add...

@sungwoncho thx!this is a great project!

根据我实际测试 `cmd.SysProcAttr = &syscall.SysProcAttr{Setpgid: true}` 应该换成 `cmd.SysProcAttr = &syscall.SysProcAttr{Setpgid: false}`

v49.2 will still report the same error, Mysql 8.0.34 log blow : ``` Warning: environ value jdk-11.0.22+7 for key :java-version has been overwritten with 11.0.22 2024-04-01 01:46:42,017 INFO metabase.util ::...

Yes, but need to wait a moment. I changed the database connection of the previous container to Postgre SQL and it worked fine. I will restart a container to test...