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
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.
I am sorry if this is not the right structure for an issue, this is my first time ever on Github. I will learn.
The text was updated successfully, but these errors were encountered:
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:
Update your browser to the latest version that supports the toSorted method.
Alternatively, modify the code to use the traditional sort method instead:
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].
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.
I am sorry if this is not the right structure for an issue, this is my first time ever on Github. I will learn.
The text was updated successfully, but these errors were encountered: