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 wanted to add additional agents from the langchain-hub. So I clicked the import button on the top-right import button and selected the self-ask-with-search/agent.json file.
From that point onward, the UI would disappear within milliseconds of loading. IE, when I Ctrl+Shift+R'ed, I would briefly see the origonal UI, but it would be gone by the 0.25 second mark. In the Chrome debugger, I observed this message appear at the time that the UI went blank:
Uncaught TypeError: Cannot read properties of undefined (reading 'map')
at tp (index.tsx:164:21)
at Ea (react-dom.production.min.js:167:137)
at El (react-dom.production.min.js:290:337)
at xs (react-dom.production.min.js:280:389)
at ys (react-dom.production.min.js:280:320)
at gs (react-dom.production.min.js:280:180)
at as (react-dom.production.min.js:271:88)
at is (react-dom.production.min.js:268:429)
at S (scheduler.production.min.js:13:203)
at MessagePort.P (scheduler.production.min.js:14:128)
By setting a breakpoint in the debugger, I could see the UI correctly rendered prior to the error. After this error happens, the screen is completely white.
I tried restarting the langflow server. I tried force reloading. I also tried uninstalling and reinstalling langflow. No change in behavior.
How can I revert my system to its state prior to importing the json file? I don't need recovery, I just need to restart as a fresh user. Thanks!
The text was updated successfully, but these errors were encountered:
After this error occurred, I tried installing from source, but still received the error described in steps 3-4 above. This lead me to believe there is some user level config that I just need to delete. ?
By setting a breakpoint in the debugger, I could see the UI correctly rendered prior to the error. After this error happens, the screen is completely white.
How can I revert my system to its state prior to importing the json file? I don't need recovery, I just need to restart as a fresh user. Thanks!
The text was updated successfully, but these errors were encountered: