tryzealot/zealot

[Bug]: app 内新增渠道错误

congpeijun opened this issue · 2 comments

部署方式 | How to Deploy

Docker (Default)

部署版本 | Version

stable

反代服务 | Reverse Proxy

nginx

HTTPS 证书类型 | HTTPS(SSL)

可受信任的证书 Verified SSL

已阅读文档 | Read the document

  • 已阅读 | Yes

描述 | Description

app内新增渠道错误

问题日志 | Relevant log output

method=GET path=/apps/6/schemes/13/channels/new format=html controller=ChannelsController action=new status=200 duration=29.10 view=21.65 db=1.24 time=2022-12-01 15:17:28 +0800 ip=172.29.0.1 username=管理员
method=POST path=/apps/6/schemes/13/channels format=turbo_stream controller=ChannelsController action=create status=500 duration=12.98 view=0.00 db=1.73 time=2022-12-01 15:17:34 +0800 exception=["ActionView::Template::Error", "No route matches {:action=>\"update\", :app_id=>nil, :controller=>\"channels\", :id=>#, :scheme_id=>#}, possible unmatched constraints: [:app_id, :id]\nDid you mean?  app_scheme_channel_url\n               app_scheme_channels_url"] exception_object=No route matches {:action=>"update", :app_id=>nil, :controller=>"channels", :id=>#, :scheme_id=>#}, possible unmatched constraints: [:app_id, :id]
Did you mean?  app_scheme_channel_url
               app_scheme_channels_url ip=172.29.0.1 username=管理员

感谢你提交的问题或反馈,我会在有时间的时候回复在此期间你可以看看之前被解决的反馈说不定有你需要的答案。
Thanks for opening this issue, a maintainer will get back to you shortly!

应该是渠道名称没有填写的报错吧,正常添加就应该没问题。

该问题已经被记录,后续修复。