We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When I want to use the agents chat, the screen turns white. I was trying to follow the step by step tutorial by Leon van Zyl
To Reproduce Use the json attached to the issue. Use the vectorstore like shown in the video at 15:00
Then go to the agent, open the chat the window turns white
Expected behavior the chat should open and allow me to chat with the agent
Screenshots https://github.com/user-attachments/assets/900b41dd-472a-4ab9-ba04-9faa8d98d43f
Flow Multi-stage RAG Agent Agents.json
Setup
npx flowise start
pnpm start
Additional context I can access the chat in other agents. I tried with and another chat model, azure, it didn't work.
The text was updated successfully, but these errors were encountered:
If i load the json onto another agentflow, it works. But then when i go to ask something to the chat, it goes white again.
Sorry, something went wrong.
I'm experiencing the same, even with Chatflows that worked before 🫣
I wonder where does the tagName comes from, as we dont have that in anywhere of the codebase.
tagName
I tried your flow, it works:
I had this issue when running on node 22, rolled back to 18 and this stopped happening
No branches or pull requests
Describe the bug
When I want to use the agents chat, the screen turns white. I was trying to follow the step by step tutorial by Leon van Zyl
To Reproduce
Use the json attached to the issue. Use the vectorstore like shown in the video at 15:00
Then go to the agent,
open the chat
the window turns white
Expected behavior
the chat should open and allow me to chat with the agent
Screenshots
https://github.com/user-attachments/assets/900b41dd-472a-4ab9-ba04-9faa8d98d43f
Flow
Multi-stage RAG Agent Agents.json
Setup
npx flowise start
andpnpm start
Additional context
I can access the chat in other agents. I tried with and another chat model, azure, it didn't work.
The text was updated successfully, but these errors were encountered: