Skip to content
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

Closed
otalekar opened this issue Sep 17, 2024 · 5 comments
Closed

[BUG] ChatMessage.artifacts does not exist #3208

otalekar opened this issue Sep 17, 2024 · 5 comments

Comments

@otalekar
Copy link

otalekar commented Sep 17, 2024

Describe the bug
Using [email protected] 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 [email protected] with Postgres DB

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

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.
image

Flow
If applicable, add exported flow in order to help replicating the problem.

Setup

  • Installation [e.g. docker, npx flowise start, pnpm start]
  • Flowise Version 2.1.0
  • OS: [e.g. macOS, Windows, Linux]
  • Browser [e.g. chrome, safari]

Additional context
Add any other context about the problem here.

@otalekar
Copy link
Author

I think postgres migrations script for chat_message table is missing column addition #3183

@otalekar
Copy link
Author

I opened PR #3209. @HenryHengZJ Feel free to review

@danieldabate
Copy link
Contributor

I'm having a similar issue with DynamoDB Chat Memory:
column "artifacts" of relation "chat_message" does not exist

@otalekar
Copy link
Author

#3210 from @HenryHengZJ

@HenryHengZJ
Copy link
Contributor

merged!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants