We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我是打包好,放到服务器上的。但是在运行过程中报错: {"code":10101,"message":"内部服务器错误"} 查看日志 看到:
{"code":10101,"message":"内部服务器错误"}
{"level":"error","time":"2023-07-04 22:17:49","caller":"core/core.go:377","msg":"got panic","domain":"go-gin-api[fat]","panic":"runtime error: invalid memory address or nil pointer dereference", .... {"level":"error","time":"2023-07-04 22:17:49","caller":"alert/alert.go:21","msg":"Mail config error","domain":"go-gin-api[fat]"}
但是,我的邮件设置是默认的,我在本地跑起来没问题,
The text was updated successfully, but these errors were encountered:
默认支持的是 邮件告警,使用前需要 配置发送人信息。 可以参考文档 15.当发生 Panic 错误时,支持告警吗?
Sorry, something went wrong.
你好,这个panic问题解决了没
No branches or pull requests
我是打包好,放到服务器上的。但是在运行过程中报错:
{"code":10101,"message":"内部服务器错误"}
查看日志 看到:
但是,我的邮件设置是默认的,我在本地跑起来没问题,
The text was updated successfully, but these errors were encountered: