dify icon indicating copy to clipboard operation
dify copied to clipboard

when adding annotations, there may be instances where the appid cannot be obtained

Open RinaisSuper opened this issue 8 months ago • 1 comments

Self Checks

  • [X] This is only for bug report, if you would like to ask a question, please head to Discussions.
  • [X] I have searched for existing issues search for existing issues, including closed ones.
  • [X] I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [X] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • [X] Please do not modify this template :) and fill in all the required fields.

Dify version

0.6.12

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

just open chat record,then choose a message to annotation

✔️ Expected Behavior

CleanShot 2024-07-03 at 16 45 46@2x must request http://127.0.0.1:5001/console/api/apps/{app_id}/annotations

❌ Actual Behavior

http://127.0.0.1:5001/console/api/apps//annotations . the app_id misses

RinaisSuper avatar Jul 03 '24 08:07 RinaisSuper