-
Notifications
You must be signed in to change notification settings - Fork 62
Description
现象
输入提示词后,点击发送,输入框上方一直显示正在生成响应,没有内容输出。
后台日志则显示:
DEBUG api.chat.chat 用户 mock-user-id 的聊天: LdOnBPRnh0nptl3Y 总使用量为: {"inputTokens":0,"outputTokens":0,"totalTokens":0,"reasoningTokens":0,"cachedInputTokens":0}
DEBUG api.chat.chat 用户 mock-user-id 的聊天: LdOnBPRnh0nptl3Y 使用状态已更新为 SUCCESS
DEBUG api.chat.chat 用户 mock-user-id 的聊天: LdOnBPRnh0nptl3Y 辅助模型使用状态已更新为 SUCCESS
INFO message.server [Message] 成功保存了聊天 LdOnBPRnh0nptl3Y 的 2 条消息
GET /api/auth/check-error.data?_routes=routes%2Fapi.auth.%24action 200 - - 10.943 ms
GET /_root.data 200 - - 35.876 ms
浏览器调试窗口显示多条javascript error:
Uncaught Error: Minified React error #423; visit https://reactjs.org/docs/error-decoder.html?invariant=423 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
环境
docker image:halohub/upage-dev:main 和 halohub/upage:latest 都是一样的现象