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

Astra DataStax Langflow continuously finds an unexpected error and crashes #6074

Open
tmproductpod opened this issue Feb 3, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@tmproductpod
Copy link

I have been using Astra DataStax Langflow since the last 1 month. Since the last 2.5 hours it has not let me access any of my projects. I am able to login and see the Landing Page which lists all my Flows and Components. Once I try to access a particular saved flow, I get this screen as on the attached screenshot. I have clicked on 'Restart Langflow' a few times, after which Langflow restarts and brings me to the Landing Page. Once I try to access any project again, this screen happens. I am on a Chrome browser, Version 132.0.6834.160 (Official Build) (arm64).
Hope this gets resolved soon. Or there is some clarity on when this gets resolved.

Image

I am sorry if this is not the right structure for an issue, this is my first time ever on Github. I will learn.

@dosubot dosubot bot added the bug Something isn't working label Feb 3, 2025
Copy link

dosubot bot commented Feb 3, 2025

Hey @tmproductpod, I'm here to assist you with the issue you're facing with Astra DataStax Langflow. Let's get this sorted out!

I found a similar open issue where users experienced an unexpected error when accessing flows in Langflow. The suggested solution involves checking for the error 'CATEGORIES.toSorted is not a function', which may occur if your browser does not support the toSorted method, a feature of ECMAScript 2023 (ES14). To resolve this, you can:

  1. Update your browser to the latest version that supports the toSorted method.
  2. Alternatively, modify the code to use the traditional sort method instead:
    CATEGORIES.slice().sort((a, b) => {
      // sorting logic here
    });

Additionally, ensure that the flows array is correctly populated, and the id parameter matches an existing flow. If the issue persists, try duplicating the flow from the "All" page and then delete the old flow. Upgrading to the latest version of Langflow might also help, as newer releases may contain fixes for this issue [1][2].

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant