mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2026-07-25 21:46:08 -04:00
发布聊天机器人嵌入网页后-存在历史会话,会无法打开聊天框 #69
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 @990833242 on GitHub (Mar 10, 2025).
首次嵌入机器人到网页,通过window.difyChatbotConfig + iframe方式,打开聊天一次,然后刷新网页,再次打开,就报错Application error: a client-side exception has occurred (see the browser console for more information).
跟踪代码,发现,服务端渲染的代码中 调用了历史会话方法 g.getPrevChatList)(M.data) : [], [M, u]) 但是该方法报错不被定义过,