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
Describe the bug
The error occurs when starting a chat with OpenAI Assistant.
ERROR: invalid input syntax for type uuid: "thread_xxxxxxxxxxxxxxxxxxxxx"
To Reproduce
Just add the OpenAI Assistant component with a configured assistant and say something in the chat.
Expected behavior
No errors :D
Screenshots
Setup
Installation docker
Flowise Version: 2.0.5
OS: Linux (AWS)
Browser chrome
Database: Postgres
The text was updated successfully, but these errors were encountered:
I solved the problem. It was the sessionId field that was as uuid in postgres. Thanks to someone who fixed the type directly in the original migration instead of creating another one.
Changing to varchar in postgres solved the problem. commit
Describe the bug
The error occurs when starting a chat with OpenAI Assistant.
ERROR: invalid input syntax for type uuid: "thread_xxxxxxxxxxxxxxxxxxxxx"
To Reproduce
Just add the OpenAI Assistant component with a configured assistant and say something in the chat.
Expected behavior
No errors :D
Screenshots
Setup
The text was updated successfully, but these errors were encountered: