mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2026-07-22 01:15:25 -04:00
500 App is unavailable #87
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @samon1688 on GitHub (Jun 29, 2025).
[下载的最新的代码,建立了.env.local,并配置了本地的参数,但启动/时报500错误,请问是什么原因?
@pickwillingyh commented on GitHub (Aug 14, 2025):
请求中带这个input_files且为空字符串时,会出500错误,例如:
--data-raw '{
"inputs": {"user": "abc-123", "input_files": ""},
"query": "What are the specs of the iPhone 13 Pro Max?",
"response_mode": "streaming",
"conversation_id": "",
"user": "abc-123"
}'
@glzcc commented on GitHub (Aug 22, 2025):
我也是启动报500,不知道如何处理
@Crystal-Pi1997 commented on GitHub (Aug 28, 2025):
这个问题有人解决了吗?蹲一蹲
@Eric-Guo commented on GitHub (Sep 8, 2025):
目前 工作流不支持(chatflow支持的),也可以拉下 #179 试试