Open clusterpj opened 5 months ago
bundle.min.js
,大致找到了错误原因,你可以尝试这样做⬇️
全局搜索/api/v1/process/
字段
你应该能搜到唯一一个结果,将其改为
/api/v1/run/
By analyzing bundle.min.js
, I roughly found the cause of the error. You can try doing this ⬇️
Globally search for the /api/v1/process/
field
You should find a unique result, change it to
/api/v1/run/
You need to import the right script file
<script src="https://cdn.jsdelivr.net/gh/langflow-ai/langflow-embedded-chat@1.0.3/dist/build/static/js/bundle.min.js"></script>
I am having an issue making the widget to work on a website. For the purpose of this I have langflow with a domain assigned with a cloudflare tunnel.
Whenever I try to chat with it from the website on the console, I get this:
[06/16/24 18:50:02] ERROR 2024-06-16 18:50:02 - ERROR - main - TaskService.__init__() main.py:34 missing 1 required positional argument: 'settings_service'
I have Followed all instructions to the dot on how to build the chat, below is my code:
First assuming it will work right away I attach it on my website but i was getting the network error below, then i gave it a try locally and i still get the same issue.