-
-
Notifications
You must be signed in to change notification settings - Fork 17.2k
New issue
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
[BUG] ChatMessage.artifacts does not exist #3208
Comments
I think postgres migrations script for chat_message table is missing column addition #3183 |
I opened PR #3209. @HenryHengZJ Feel free to review |
I'm having a similar issue with DynamoDB Chat Memory: |
#3210 from @HenryHengZJ |
merged! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Using flowise@2.1.0 with Postgres DB. I cannot get chatflows to work
[ERROR]: [server]: Error: column ChatMessage.artifacts does not exist
To Reproduce
Steps to reproduce the behavior:
Any current and new chatflow built on Flowise@2.1.0 with Postgres DB
Expected behavior
A clear and concise description of what you expected to happen.
Chatflow should not return any error.
Screenshots
If applicable, add screenshots to help explain your problem.
Flow
If applicable, add exported flow in order to help replicating the problem.
Setup
npx flowise start
,pnpm start
]Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: