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
langflow-1 | RuntimeError: There's a mismatch between the models and the database. langflow-1 | New upgrade operations detected: [('remove_table', Table('chat_messages', MetaData(), Column('session_id', TEXT(), table=<chat_messages>, primary_key=True, nullable=False), Column('messages', JSONB(astext_type=Text()), table=<chat_messages>), schema=None)), ('remove_table', Table('chat_sessions', MetaData(), Column('session_id', TEXT(), table=<chat_sessions>, primary_key=True, nullable=False), Column('created_at', TIMESTAMP(), table=<chat_sessions>, server_default=DefaultClause(<sqlalchemy.sql.elements.TextClause object at 0x7fb8c6a7fa40>, for_update=False)), schema=None))] langflow-1 | langflow-1 | Application startup failed. Exiting. langflow-1 | Starting Langflow v1.1.1...
docker compose up
langflow-1 | ╭───────────────────────────────────────────────────────────────────╮ langflow-1 | │ Welcome to ⛓ Langflow │ langflow-1 | │ │ langflow-1 | │ │ langflow-1 | │ Collaborate, and contribute at our GitHub Repo 🌟 │ langflow-1 | │ │ langflow-1 | │ We collect anonymous usage data to improve Langflow. │ langflow-1 | │ You can opt-out by setting DO_NOT_TRACK=true in your environment. │ langflow-1 | │ │ langflow-1 | │ Access http://0.0.0.0:7860 │ langflow-1 | ╰───────────────────────────────────────────────────────────────────╯
No response
linux
1.1.1
None
The text was updated successfully, but these errors were encountered:
italojohnny
No branches or pull requests
Bug Description
langflow-1 | RuntimeError: There's a mismatch between the models and the database.
langflow-1 | New upgrade operations detected: [('remove_table', Table('chat_messages', MetaData(), Column('session_id', TEXT(), table=<chat_messages>, primary_key=True, nullable=False), Column('messages', JSONB(astext_type=Text()), table=<chat_messages>), schema=None)), ('remove_table', Table('chat_sessions', MetaData(), Column('session_id', TEXT(), table=<chat_sessions>, primary_key=True, nullable=False), Column('created_at', TIMESTAMP(), table=<chat_sessions>, server_default=DefaultClause(<sqlalchemy.sql.elements.TextClause object at 0x7fb8c6a7fa40>, for_update=False)), schema=None))]
langflow-1 |
langflow-1 | Application startup failed. Exiting.
langflow-1 | Starting Langflow v1.1.1...
Reproduction
docker compose up
Expected behavior
langflow-1 | ╭───────────────────────────────────────────────────────────────────╮
langflow-1 | │ Welcome to ⛓ Langflow │
langflow-1 | │ │
langflow-1 | │ │
langflow-1 | │ Collaborate, and contribute at our GitHub Repo 🌟 │
langflow-1 | │ │
langflow-1 | │ We collect anonymous usage data to improve Langflow. │
langflow-1 | │ You can opt-out by setting DO_NOT_TRACK=true in your environment. │
langflow-1 | │ │
langflow-1 | │ Access http://0.0.0.0:7860 │
langflow-1 | ╰───────────────────────────────────────────────────────────────────╯
Who can help?
No response
Operating System
linux
Langflow Version
1.1.1
Python Version
None
Screenshot
No response
Flow File
No response
The text was updated successfully, but these errors were encountered: