qmjmz

Results 4 comments of qmjmz

> Hi @ljm000 > As a workaround, you can use URL as the Custom Destination, and input the link for the other public dashboard manually. Thanks for the solution!

> 我本地执行没有问题,看一下你的eagle版本, 最新版本是 v0.17.0, 如果不是需要升级一下。 > > ``` > ❯ eagle -v > eagle version v0.17.0 > > # 升级 > eagle upgrade > ``` > > 另外,光提供cmd目录下的文件是不管用的,很多依赖文件都没有。 [eagle-demo-copy.zip](https://github.com/go-eagle/eagle/files/14091873/eagle-demo-copy.zip) 这个是整个项目的代码

> 已经找到问题,首先这不是最新创建的项目代码,所以会和模板创建的有所差异。 > > 针对你给的代码,修改如下: > > ``` > // cmd/server/main.go > // 修改前 > func newApp(cfg *eagle.Config, hs *httpSrv.Server, cs *redisMQ.Server) *eagle.App { > return eagle.New( > eagle.WithName(cfg.Name), >...

![image](https://github.com/dgiot/dgiot/assets/12406935/4a818bc0-a44f-473e-8620-21769560a132)