You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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/
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.
The text was updated successfully, but these errors were encountered: